summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftp/ncftp2/Makefile9
-rw-r--r--ftp/ncftp2/pkg-plist2
-rw-r--r--ftp/ncftp3/Makefile9
-rw-r--r--ftp/ncftp3/pkg-plist2
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 <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
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 <bsd.port.mk>
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