diff options
Diffstat (limited to '')
-rw-r--r-- | ftp/ncftp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile index f91acf5be362..9ea65a809a32 100644 --- a/ftp/ncftp/Makefile +++ b/ftp/ncftp/Makefile @@ -3,21 +3,20 @@ # Date created: 20 Jun 1996 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1996/06/20 15:17:26 jkh Exp $ +# $Id: Makefile,v 1.2 1996/07/05 06:26:52 asami Exp $ # DISTNAME= ncftp-1.9.5 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/ EXTRACT_SUFX= .tgz MAINTAINER= jkh@FreeBSD.ORG +MAN1= ncftp.1 + do-install: cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1 -.if !defined(NOMANCOMPRESS) - gzip -9nf $(PREFIX)/man/man1/ncftp.1 -.endif .include <bsd.port.mk> |