diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-21 20:05:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-21 20:05:18 +0000 |
commit | 71a3bb0e3d45d91be60c78e8587e4cfd4e5a646b (patch) | |
tree | 1f5f24e3d7c4a656974ec1644b01767942be7809 /ftp/ncftp2 | |
parent | 318d45ac45eff356cd2fcfec857ed6db4c530226 (diff) | |
download | ports-71a3bb0e3d45d91be60c78e8587e4cfd4e5a646b.tar.gz ports-71a3bb0e3d45d91be60c78e8587e4cfd4e5a646b.zip |
Better ports configuration
Submitted by: max
Notes
Notes:
svn path=/head/; revision=4063
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 |