diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 00:56:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 00:56:14 +0000 |
commit | 6eb0b98df7ce7b25108ebaf334457dbec7603201 (patch) | |
tree | 5341030420cf3a14976bd9f606ced1a570f1d7b2 | |
parent | dd8200698158cd065efddcd114f88214431d9b13 (diff) | |
download | ports-6eb0b98df7ce7b25108ebaf334457dbec7603201.tar.gz ports-6eb0b98df7ce7b25108ebaf334457dbec7603201.zip |
Notes
-rw-r--r-- | ftp/ncftp1/Makefile | 6 | ||||
-rw-r--r-- | ftp/ncftp3/Makefile | 5 |
2 files changed, 1 insertions, 10 deletions
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile index c7d8b06d29c0..bc6948d9ccbb 100644 --- a/ftp/ncftp1/Makefile +++ b/ftp/ncftp1/Makefile @@ -6,15 +6,11 @@ PORTVERSION= 1.9.5 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION} +PKGNAMESUFFIX= 1 MAINTAINER= obrien@FreeBSD.org COMMENT= FTP replacement with advanced user interface -.if defined(INSTALL_AS_NCFTP) -LATEST_LINK= ncftp -.else -LATEST_LINK= ncftp1 -.endif PLIST_FILES= bin/${LATEST_LINK} MAN1= ncftp.1 diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 65e65cab6cb8..f2c0b9426e46 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -23,11 +23,6 @@ USE_BZIP2= yes NO_STAGE= yes .include <bsd.port.pre.mk> -.if defined(INSTALL_AS_NCFTP3) -LATEST_LINK= ncftp3 -.else -LATEST_LINK= ncftp -.endif WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} USE_LDCONFIG= yes GNU_CONFIGURE= yes |