summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-11-02 20:24:09 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-11-02 20:24:09 +0000
commit49d40553edd7110b59ed33546487ca1dd9f8c1a7 (patch)
tree69924a98402b0d4d7491db09760a78bbe03d792a /lang
parentWe no longer need -p flag to ${MKDIR}. (diff)
Use ${COMPRESS_MAN} to compress man pages.
Notes
Notes: svn path=/head/; revision=4265
Diffstat (limited to 'lang')
-rw-r--r--lang/swi-pl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile
index 79b352357e08..4b882e30b3f8 100644
--- a/lang/swi-pl/Makefile
+++ b/lang/swi-pl/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 August 1996
# Whom: Michael Butschky <butsch@computi.erols.com>
#
-# $Id: Makefile,v 1.2 1996/10/29 06:33:58 max Exp $
+# $Id: Makefile,v 1.3 1996/10/31 01:40:26 max Exp $
#
DISTNAME= pl-2.7.15
@@ -24,10 +24,8 @@ post-install:
.for f in pl pl-bite chpl
@strip ${PREFIX}/lib/${DISTNAME}/bin/i386-freebsd/$f
.endfor
-.if !defined(NOMANCOMPRESS)
.for f in pl.1 chpl.1 plld.1
- gzip -9nf ${PREFIX}/man/man1/$f
+ ${COMPRESS_MAN} ${PREFIX}/man/man1/$f
.endfor
-.endif
.include <bsd.port.mk>