diff options
author | obrien <obrien@FreeBSD.org> | 2003-04-19 08:13:06 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-04-19 08:13:06 +0800 |
commit | 12fed5446274d00d831ba5c7cc7defbe4392dace (patch) | |
tree | e5c5b7173b35cc1f5b8359871d3c7d5220f6cd16 /ftp/ncftp3 | |
parent | 1ae134a9b74858b5d4df04aa5e8c122a0eb08069 (diff) | |
download | freebsd-ports-gnome-12fed5446274d00d831ba5c7cc7defbe4392dace.tar.gz freebsd-ports-gnome-12fed5446274d00d831ba5c7cc7defbe4392dace.tar.zst freebsd-ports-gnome-12fed5446274d00d831ba5c7cc7defbe4392dace.zip |
"INSTALL_AS_NCFTP" not properly obeyed.
PR: 50756
Submitted by: Ralf van Dooren <ralf@iae.nl>
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 7 |
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> |