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 | |
parent | 614d51f387850b54b9905ab23b462601852c355f (diff) | |
download | freebsd-ports-gnome-1b99300bddc71b71f32634415b56ab1faca4e255.tar.gz freebsd-ports-gnome-1b99300bddc71b71f32634415b56ab1faca4e255.tar.zst freebsd-ports-gnome-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')
-rw-r--r-- | audio/xmcd/Makefile | 8 | ||||
-rw-r--r-- | audio/xmcd/pkg-plist | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index caccc89c6423..7eae31f0e014 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> diff --git a/audio/xmcd/pkg-plist b/audio/xmcd/pkg-plist index 31499c8c10ba..2e3578bc66a2 100644 --- a/audio/xmcd/pkg-plist +++ b/audio/xmcd/pkg-plist @@ -154,8 +154,6 @@ lib/X11/xmcd/config/.tbl/Teac lib/X11/xmcd/config/.tbl/Toshiba lib/X11/xmcd/config/.tbl/Yamaha lib/X11/xmcd/config/config.sh -man/man1/xmcd.1.gz -man/man1/cda.1.gz @dirrm lib/X11/xmcd/docs @dirrm lib/X11/xmcd/pixmaps @dirrm lib/X11/xmcd/help |