From 2a27c07ab5f72fc1bf001bc7155e95a7d75bed07 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 21 Oct 1996 20:05:18 +0000 Subject: Better ports configuration Submitted by: max --- ftp/ncftp2/Makefile | 9 ++++++--- ftp/ncftp2/pkg-plist | 2 +- ftp/ncftp3/Makefile | 9 ++++++--- ftp/ncftp3/pkg-plist | 2 +- 4 files changed, 14 insertions(+), 8 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 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 diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 02301303d24b..f2b8fd78e11c 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 diff --git a/ftp/ncftp3/pkg-plist b/ftp/ncftp3/pkg-plist index 9e84de53f9f1..1852fd433af6 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 -- cgit