diff options
Diffstat (limited to 'ftp/ncftp2/Makefile')
-rw-r--r-- | ftp/ncftp2/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile deleted file mode 100644 index 67a8f86bdb4d..000000000000 --- a/ftp/ncftp2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: ncftp2 -# Version required: 2.0.5 -# Date created: 4 Nov 1994 -# Whom: ache -# -# $Id: Makefile,v 1.22 1995/04/27 23:36:02 ache Exp $ -# - -DISTNAME= ncftp-2.0.5 -CATEGORIES+= networking -MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ache@FreeBSD.ORG - -GNU_CONFIGURE= yes - -do-install: - cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2 - cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1 - -.include <bsd.port.mk> |