diff options
author | max <max@FreeBSD.org> | 1996-11-03 04:24:09 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-03 04:24:09 +0800 |
commit | f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f (patch) | |
tree | fdac100ce66afb1b080dd1856eebbcb970ec57ce /lang | |
parent | 6dfb7f165259f864c4a59947e57e170c8dab7587 (diff) | |
download | freebsd-ports-graphics-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.tar.gz freebsd-ports-graphics-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.tar.zst freebsd-ports-graphics-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.zip |
Use ${COMPRESS_MAN} to compress man pages.
Diffstat (limited to 'lang')
-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 79b352357e0..4b882e30b3f 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> |