aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp3
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-04-19 00:13:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-04-19 00:13:06 +0000
commit5019012dfc233878cafbe3abc6e895ab80a2cc65 (patch)
tree6ec0c4cdc3d57015f34042d25a9344bd23eebc05 /ftp/ncftp3
parent429892463ebf392253deee52d374eb3896299a1d (diff)
downloadports-5019012dfc233878cafbe3abc6e895ab80a2cc65.tar.gz
ports-5019012dfc233878cafbe3abc6e895ab80a2cc65.zip
Notes
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r--ftp/ncftp3/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index 6e110e5fdab8..2c0d71c6f25f 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -20,12 +20,15 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= obrien@FreeBSD.org
COMMENT= ftp replacement with advanced user interface
+USE_BZIP2= yes
+
+.include <bsd.port.pre.mk>
+
.if defined(INSTALL_AS_NCFTP)
LATEST_LINK= ncftp
.else
LATEST_LINK= ncftp3
.endif
-USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
@@ -69,4 +72,4 @@ do-install:
${PREFIX}/man/man1
@${INSTALL_MAN} ${WRKSRC}/Strn/Strn.3 ${PREFIX}/man/man3
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>