diff options
Diffstat (limited to 'ftp/ncftp2')
-rw-r--r-- | ftp/ncftp2/Makefile | 9 | ||||
-rw-r--r-- | ftp/ncftp2/pkg-plist | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 02301303d24b..f2b8fd78e11c 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.33 1996/10/17 22:22:08 ache Exp $ +# $Id: Makefile,v 1.34 1996/10/18 15:55:37 ache Exp $ # DISTNAME= ncftp-2.4.1 @@ -17,7 +17,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_getmaxyx=yes do-install: - cd ${WRKSRC}; $(INSTALL) -c $(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 + $(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2 + $(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1 +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/ncftp2.1 +.endif .include <bsd.port.mk> diff --git a/ftp/ncftp2/pkg-plist b/ftp/ncftp2/pkg-plist index 9e84de53f9f1..1852fd433af6 100644 --- a/ftp/ncftp2/pkg-plist +++ b/ftp/ncftp2/pkg-plist @@ -1,2 +1,2 @@ bin/ncftp2 -man/man1/ncftp2.1 +man/man1/ncftp2.1.gz |