diff options
author | ache <ache@FreeBSD.org> | 1996-10-21 20:05:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-10-21 20:05:18 +0000 |
commit | 2a27c07ab5f72fc1bf001bc7155e95a7d75bed07 (patch) | |
tree | 34cdc003c88c363f04326b44060bf517ce4dd35a /ftp | |
parent | 4fd0b364cdad3744a3505d776f1cf5bef5ef38bd (diff) | |
download | FreeBSD-ports-2a27c07ab5f72fc1bf001bc7155e95a7d75bed07.zip FreeBSD-ports-2a27c07ab5f72fc1bf001bc7155e95a7d75bed07.tar.gz |
Better ports configuration
Submitted by: max
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp2/Makefile | 9 | ||||
-rw-r--r-- | ftp/ncftp2/pkg-plist | 2 | ||||
-rw-r--r-- | ftp/ncftp3/Makefile | 9 | ||||
-rw-r--r-- | ftp/ncftp3/pkg-plist | 2 |
4 files changed, 14 insertions, 8 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 0230130..f2b8fd7 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 9e84de5..1852fd4 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 diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 0230130..f2b8fd7 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/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/ncftp3/pkg-plist b/ftp/ncftp3/pkg-plist index 9e84de5..1852fd4 100644 --- a/ftp/ncftp3/pkg-plist +++ b/ftp/ncftp3/pkg-plist @@ -1,2 +1,2 @@ bin/ncftp2 -man/man1/ncftp2.1 +man/man1/ncftp2.1.gz |