diff options
author | 2013-03-08 10:11:55 +0000 | |
---|---|---|
committer | 2013-03-08 10:11:55 +0000 | |
commit | 42f3ca8ea068616d6e9af9b7508b0705b9e7fac4 (patch) | |
tree | 63e34a599f872a7bb3e770068e672ba0459d48fc /share/man/man5 | |
parent | use Li for the T/Z specifiers; (diff) | |
download | wireguard-openbsd-42f3ca8ea068616d6e9af9b7508b0705b9e7fac4.tar.xz wireguard-openbsd-42f3ca8ea068616d6e9af9b7508b0705b9e7fac4.zip |
zap PERMIT_DISTFILES_CDROM
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b88e8a9b162..96232454b3c 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.366 2013/03/04 15:54:33 jasper Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.367 2013/03/08 10:11:55 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 4 2013 $ +.Dd $Mdocdate: March 8 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2112,7 +2112,7 @@ PATCH_LIST=${PORTSDIR}/x11/kde/libs2/patches/p-* patch-* .It Ev PATCH_STRIP Patch option used to strip directory levels while applying port's patches. Defaults to -p0 . -.It Ev PERMIT_{DISTFILES,PACKAGE}_{CDROM,FTP} +.It Ev PERMIT_DISTFILES_FTP , PERMIT_PACKAGE_CDROM , PERMIT_PACKAGE_FTP Set to .Sq Yes if package or distribution files can be allowed on FTP sites or CD-ROM without @@ -3730,8 +3730,6 @@ instead. .It Ev MIRROR_DISTFILE Use .Ev PERMIT_DISTFILES_FTP -and -.Ev PERMIT_DISTFILES_CDROM to determine which files can be mirrored instead. See .Xr mirroring-ports 7 . @@ -3829,6 +3827,13 @@ becomes PATCHFILES=foo.diff.gz:0 MASTER_SITES0=ftp://ftp.zoinx.org/pub/ .Ed +.It Ev PERMIT_DISTFILES_CDROM +The +.Ox +project does not ship distfiles on cdrom. +Concentrate on real questions instead, make sure +.Ev PERMIT_PACKAGE_CDROM +is set correctly. .It Ev PKG_CMD replaced by .Ev PKG_CREATE . |