diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:07:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:07:57 +0000 |
commit | 97992abcb6d8150406d4c72921d29262ef33e1d2 (patch) | |
tree | 669680370b7d02528338c86c3af9297c7fae605a /games/imaze | |
parent | 4ab6de2217975ee46595da0f2d677a4f05ffd4d7 (diff) | |
download | ports-97992abcb6d8150406d4c72921d29262ef33e1d2.tar.gz ports-97992abcb6d8150406d4c72921d29262ef33e1d2.zip |
Notes
Diffstat (limited to 'games/imaze')
-rw-r--r-- | games/imaze/Makefile | 4 | ||||
-rw-r--r-- | games/imaze/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index d57c7796f372..966760a81e63 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -3,7 +3,7 @@ # Date created: 27. April 1996 # Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de> # -# $Id: Makefile,v 1.10 1998/08/07 23:56:20 asami Exp $ +# $Id: Makefile,v 1.11 1998/09/21 22:15:53 steve Exp $ # DISTNAME= imaze @@ -23,6 +23,8 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib EXTRACT_ONLY= imaze1.3.tar.Z USE_X_PREFIX= yes +MAN6= genlab.6 imaze.6 imazesrv.6 ninja.6 +MANCOMPRESSED= yes post-extract: @${CP} ${FILESDIR}/Makefile ${WRKDIR}/imaze/Makefile diff --git a/games/imaze/pkg-plist b/games/imaze/pkg-plist index 555f04802f10..d6f6fa02bda1 100644 --- a/games/imaze/pkg-plist +++ b/games/imaze/pkg-plist @@ -2,10 +2,6 @@ bin/imaze bin/ninja bin/genlab bin/imazesrv -man/man6/imaze.6.gz -man/man6/ninja.6.gz -man/man6/genlab.6.gz -man/man6/imazesrv.6.gz lib/imaze/labs/10x10.lab lib/imaze/labs/12x12.lab lib/imaze/labs/15x15.lab |