diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-05 23:03:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-05 23:03:38 +0000 |
commit | 66a4ec9e624e6f09d115571452561167d2b7de96 (patch) | |
tree | 682506021790e8a2003e816b7fe62a863539f617 /games/frotz | |
parent | d6a67ff451e2a7498545f27a046f4e030004223d (diff) | |
download | ports-66a4ec9e624e6f09d115571452561167d2b7de96.tar.gz ports-66a4ec9e624e6f09d115571452561167d2b7de96.zip |
Notes
Diffstat (limited to 'games/frotz')
-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 |