diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-05 06:26:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-05 06:26:52 +0000 |
commit | 1408c674d7c68ea699aebbc2c7922f41024cdb3a (patch) | |
tree | e1f107dc94174f912b1fe3c6f8a26d9c1f74fdcc /ftp | |
parent | 21acbe4aed4fa6e913a084ecf0cd69c14eed4d57 (diff) | |
download | ports-1408c674d7c68ea699aebbc2c7922f41024cdb3a.tar.gz ports-1408c674d7c68ea699aebbc2c7922f41024cdb3a.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp/Makefile | 5 | ||||
-rw-r--r-- | ftp/ncftp1/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile index 02069a96a993..f91acf5be362 100644 --- a/ftp/ncftp/Makefile +++ b/ftp/ncftp/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jun 1996 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/06/20 15:17:26 jkh Exp $ # DISTNAME= ncftp-1.9.5 @@ -16,5 +16,8 @@ MAINTAINER= jkh@FreeBSD.ORG do-install: cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1 +.if !defined(NOMANCOMPRESS) + gzip -9nf $(PREFIX)/man/man1/ncftp.1 +.endif .include <bsd.port.mk> diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile index 02069a96a993..f91acf5be362 100644 --- a/ftp/ncftp1/Makefile +++ b/ftp/ncftp1/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jun 1996 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/06/20 15:17:26 jkh Exp $ # DISTNAME= ncftp-1.9.5 @@ -16,5 +16,8 @@ MAINTAINER= jkh@FreeBSD.ORG do-install: cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1 +.if !defined(NOMANCOMPRESS) + gzip -9nf $(PREFIX)/man/man1/ncftp.1 +.endif .include <bsd.port.mk> |