diff options
author | asami <asami@FreeBSD.org> | 1998-08-31 14:56:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-31 14:56:59 +0800 |
commit | 1b99300bddc71b71f32634415b56ab1faca4e255 (patch) | |
tree | d3d91b929b0d97a3b6858e8d877328f21dbdb162 /audio/xmcd/Makefile | |
parent | 614d51f387850b54b9905ab23b462601852c355f (diff) | |
download | freebsd-ports-graphics-1b99300bddc71b71f32634415b56ab1faca4e255.tar.gz freebsd-ports-graphics-1b99300bddc71b71f32634415b56ab1faca4e255.tar.zst freebsd-ports-graphics-1b99300bddc71b71f32634415b56ab1faca4e255.zip |
Two manpages (out of four) are installed uncompressed in this port. So,
compress them in post-install: so compress-man can DTRT.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index caccc89c642..7eae31f0e01 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Februar 1995 # Whom: Gennady Sorokopud <gena@NetVision.net.il> # -# $Id: Makefile,v 1.12 1998/08/28 23:53:03 hoek Exp $ +# $Id: Makefile,v 1.13 1998/08/31 03:27:26 hoek Exp $ # DISTNAME= xmcd-2.3 @@ -15,10 +15,12 @@ MAINTAINER= deischen@iworks.InterWorks.org REQUIRES_MOTIF= yes USE_IMAKE= yes -MAN1= cddbcmd.1 wm2xmcd.1 -MANCOMPRESSED= no +MAN1= cddbcmd.1 wm2xmcd.1 xmcd.1 cda.1 post-install: +.for man in cddbcmd.1 wm2xmcd.1 + ${GZIP_CMD} ${PREFIX}/man/man1/${man} +.endfor @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |