mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Two manpages (out of four) are installed uncompressed in this port. So,
compress them in post-install: so compress-man can DTRT.
This commit is contained in:
parent
5998193efe
commit
a85146a9e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12957
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user