diff options
author | Steve Price <steve@FreeBSD.org> | 1999-02-22 03:27:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-02-22 03:27:30 +0000 |
commit | 168c276e3afbbd3a5ca354426b9bccc470c10236 (patch) | |
tree | eb7e7c7fc478c88f36ce042bcf229c364c434090 /audio/xmcd | |
parent | Update to version 990131. (diff) |
Let bsd.port.mk handle compressing the manpages.
PR: 10055
Notes
Notes:
svn path=/head/; revision=16832
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index fd3dfef567d5..c3512b5c3b7e 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.16 1998/12/05 22:28:43 sada Exp $ +# $Id: Makefile,v 1.17 1999/01/08 22:53:25 mph Exp $ # DISTNAME= xmcd-2.4 @@ -16,6 +16,7 @@ REQUIRES_MOTIF= yes USE_IMAKE= yes MAN1= cddbcmd.1 wm2xmcd.1 xmcd.1 cda.1 +MANCOMPRESSED= no post-extract: @chmod -R u+w ${WRKSRC} @@ -28,9 +29,6 @@ post-patch: > ${WRKSRC}/xmcd_d/XMcd.ad post-install: -.for man in cddbcmd.1 wm2xmcd.1 xmcd.1 cda.1 - ${GZIP_CMD} ${PREFIX}/man/man1/${man} -.endfor @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |