diff options
author | steve <steve@FreeBSD.org> | 1998-07-06 07:03:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-06 07:03:38 +0800 |
commit | 6c4b43931c22e95aec7a71271c85bcfef265c4f5 (patch) | |
tree | 28140051d4b3642d6e1f744c5f310414d35e33e7 /games | |
parent | 6aa5dfc5922fa2cc8f225e05298306fa3f5e625e (diff) | |
download | freebsd-ports-gnome-6c4b43931c22e95aec7a71271c85bcfef265c4f5.tar.gz freebsd-ports-gnome-6c4b43931c22e95aec7a71271c85bcfef265c4f5.tar.zst freebsd-ports-gnome-6c4b43931c22e95aec7a71271c85bcfef265c4f5.zip |
Install the manpage too.
PR: 7173
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
Diffstat (limited to 'games')
-rw-r--r-- | games/frotz/Makefile | 5 | ||||
-rw-r--r-- | games/frotz/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 59f93d686e79..6fa49dad36ef 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/18 04:10:04 mph Exp $ # DISTNAME= UnixFrotz232R2Std10 @@ -16,8 +16,11 @@ MAINTAINER= andy@icc.surw.chel.su ALL_TARGET= WRKSRC= ${WRKDIR}/frotz-2.32 +MAN6= frotz.6 + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/frotz.6 ${PREFIX}/man/man6 .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/frotz diff --git a/games/frotz/pkg-plist b/games/frotz/pkg-plist index e38ca887f98b..f8173d46df9a 100644 --- a/games/frotz/pkg-plist +++ b/games/frotz/pkg-plist @@ -1,4 +1,5 @@ bin/frotz +man/man6/frotz.6.gz share/doc/frotz/Readme.unix share/doc/frotz/Todo @dirrm share/doc/frotz |