summaryrefslogtreecommitdiff
path: root/ftp/ncftp1/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-05 06:26:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-05 06:26:52 +0000
commit1408c674d7c68ea699aebbc2c7922f41024cdb3a (patch)
treee1f107dc94174f912b1fe3c6f8a26d9c1f74fdcc /ftp/ncftp1/Makefile
parentMove NO_PACKAGE down, out of the ftp site section. (diff)
Compress man page (conditionalized on NOMANCOMPRESS).
Notes
Notes: svn path=/head/; revision=3303
Diffstat (limited to 'ftp/ncftp1/Makefile')
-rw-r--r--ftp/ncftp1/Makefile5
1 files changed, 4 insertions, 1 deletions
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>