diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-11-02 20:24:09 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-11-02 20:24:09 +0000 |
commit | 49d40553edd7110b59ed33546487ca1dd9f8c1a7 (patch) | |
tree | 69924a98402b0d4d7491db09760a78bbe03d792a /lang/swi-pl | |
parent | 2090853c051947deba3ffcf98772def2d424cdb7 (diff) | |
download | ports-49d40553edd7110b59ed33546487ca1dd9f8c1a7.tar.gz ports-49d40553edd7110b59ed33546487ca1dd9f8c1a7.zip |
Notes
Diffstat (limited to 'lang/swi-pl')
-rw-r--r-- | lang/swi-pl/Makefile | 6 |
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> |