diff options
author | adam <adam@FreeBSD.org> | 1995-04-18 17:08:21 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-04-18 17:08:21 +0800 |
commit | 4d931d61fa251737da3086991f6dfcb4e5b44830 (patch) | |
tree | 0b7d28b176d4c306db543710fb2f31d9a8dc8f42 /net/dgd | |
parent | fec586896018ac0a397f8ff3468dbb93325d3c97 (diff) | |
download | freebsd-ports-gnome-4d931d61fa251737da3086991f6dfcb4e5b44830.tar.gz freebsd-ports-gnome-4d931d61fa251737da3086991f6dfcb4e5b44830.tar.zst freebsd-ports-gnome-4d931d61fa251737da3086991f6dfcb4e5b44830.zip |
Master site is not anonymous, need to set NCFTPFLAGS
Diffstat (limited to 'net/dgd')
-rw-r--r-- | net/dgd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index c6882b9ffe2a..42cd571086f4 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -7,6 +7,8 @@ DISTNAME= dgd-1.0.9 DISTFILES= ${DISTNAME}.tar.gz +NCFTPFLAGS= -P + # changed from PATCHFILES so it won't confuse bsd.port.mk PATCH_FILES= 1.0.9-1.0.9.1.gz .if defined(MASTER_SITE_OVERRIDE) |