diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-03 06:56:33 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-03 06:56:33 +0000 |
commit | 0644dbbd8cbc7cf167305f76a9158cf72759129c (patch) | |
tree | b9e9cfb2e02374457760bc655392b106814a55bf /misc | |
parent | dfee0338ed98e6a11a39a0cb1f15387bbd2ee43e (diff) | |
download | FreeBSD-ports-0644dbbd8cbc7cf167305f76a9158cf72759129c.zip FreeBSD-ports-0644dbbd8cbc7cf167305f76a9158cf72759129c.tar.gz |
Changed to use ${COMPRESS_MAN}
Diffstat (limited to 'misc')
-rw-r--r-- | misc/figlet/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 31c2bdd..326a160 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -3,7 +3,7 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/09 04:17:16 asami Exp $ # DISTNAME= figlet2.1.1 @@ -16,10 +16,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@cs.ucdavis.edu post-install: -.if !defined{NOMANCOMPRESS} -.for mp in figlet.6 - gzip -9nf ${PREFIX}/man/man6/${mp} -.endfor -.endif + ${COMPRESS_MAN} ${PREFIX}/man/man6/figlet.6 .include <bsd.port.mk> |