diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-18 09:37:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-18 09:37:36 +0000 |
commit | 380c7bda26b57dee092e5331e4887a3e4f6dcaf4 (patch) | |
tree | c2e20a743718dec69d2795623e976fa749c65e3c /net | |
parent | 0e59539babcddb57d9b679459979b8e94002b0a3 (diff) | |
download | freebsd-ports-380c7bda26b57dee092e5331e4887a3e4f6dcaf4.zip |
Fix wrong NCFTPFLAGS
Diffstat (limited to 'net')
-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 |