diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2015-06-12 21:25:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2015-06-12 21:25:41 +0000 |
commit | 31d37b4446eeec4254602ea54bbb2e8c39c83fa8 (patch) | |
tree | d38eca850093b706019b29b431c0664e0fa90978 /ftp/ncftp1/Makefile | |
parent | 559561ed8f95463aca3b9e1ba8fcfe3b91db394c (diff) | |
download | ports-31d37b4446eeec4254602ea54bbb2e8c39c83fa8.tar.gz ports-31d37b4446eeec4254602ea54bbb2e8c39c83fa8.zip |
Remove ftp/ncftp1, has been unfetchable for some time.
Notes
Notes:
svn path=/head/; revision=389303
Diffstat (limited to 'ftp/ncftp1/Makefile')
-rw-r--r-- | ftp/ncftp1/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile deleted file mode 100644 index 1e9045d11787..000000000000 --- a/ftp/ncftp1/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: jkh -# $FreeBSD$ - -PORTNAME= ncftp -PORTVERSION= 1.9.5 -CATEGORIES= ftp -MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ -PKGNAMESUFFIX= 1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= FTP replacement with advanced user interface - -BROKEN= Unfetchable -OPTIONS_DEFINE= AS_NCFTP -AS_NCFTP_DESC= Install binary as ncftp instead of ncftp1 - -.include <bsd.port.options.mk> - -NCFTP= ${PORTNAME} -.if empty(PORT_OPTIONS:MAS_NCFTP) -NCFTP:= ${NCFTP}${PKGNAMESUFFIX} -.endif - -PLIST_FILES= bin/${NCFTP} man/man1/${NCFTP}.1.gz - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${NCFTP} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${NCFTP}.1.gz - -.include <bsd.port.mk> |