diff options
author | ache <ache@FreeBSD.org> | 1995-04-18 17:37:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-04-18 17:37:36 +0800 |
commit | e494ee5215af0b825b363fa6265e5ccbb9a77607 (patch) | |
tree | 459c6297a75617cd2a00b7c4f01deb05fc7055dc /net/dgd | |
parent | 59cc50be256df43c7cb8a574555a325de270e565 (diff) | |
download | freebsd-ports-gnome-e494ee5215af0b825b363fa6265e5ccbb9a77607.tar.gz freebsd-ports-gnome-e494ee5215af0b825b363fa6265e5ccbb9a77607.tar.zst freebsd-ports-gnome-e494ee5215af0b825b363fa6265e5ccbb9a77607.zip |
Fix wrong NCFTPFLAGS
Diffstat (limited to 'net/dgd')
-rw-r--r-- | net/dgd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 42cd571086f4..9c3c415de607 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -7,14 +7,13 @@ 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) PATCHSITE:= ${MASTER_SITE_OVERRIDE} .else PATCHSITE= epsilon.me.chalmers.se: +NCFTPFLAGS= .endif _PATCH_COOKIE= ${.CURDIR}/work/._patch_done PATCHLIST= ${.CURDIR}/work/.patchlist |