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/Makefile | |
parent | 4ab6de2217975ee46595da0f2d677a4f05ffd4d7 (diff) |
Move manpages from pkg/PLIST to MAN* macro in Makefile.
Notes
Notes:
svn path=/head/; revision=13486
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |