mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Change prefix of ports-all from "/usr/ports" to "/usr", so that the
ports collection won't end up in "/usr/ports/ports". Verified by: Steve Passe <smp@csn.net>
This commit is contained in:
parent
83932f4771
commit
7a7e6baf3e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: ports-supfile,v 1.5 1995/12/10 19:27:30 gibbs Exp $
|
||||
# $Id: ports-supfile,v 1.6 1996/04/30 21:05:07 asami Exp $
|
||||
#
|
||||
# This file contains all of the "SUP collections" that comprise the FreeBSD
|
||||
# ports distribution. SUP (Software Update Protocol) allows you to download
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#ports-distfiles release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
|
||||
|
||||
ports-all release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
|
||||
ports-all release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix
|
||||
|
||||
# Individual collections. See note on distfiles above.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue