diff options
author | swallace <swallace@FreeBSD.org> | 1994-12-31 12:07:40 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1994-12-31 12:07:40 +0800 |
commit | 1f492fe92a07fa672e6f924169741a668dbd64eb (patch) | |
tree | e1d0106f4a78c20affee10eaeafa0e1ece297d5a /games | |
parent | 4b5ee0b48be9cdb5a0fa8871fef1806ddda14d40 (diff) | |
download | freebsd-ports-gnome-1f492fe92a07fa672e6f924169741a668dbd64eb.tar.gz freebsd-ports-gnome-1f492fe92a07fa672e6f924169741a668dbd64eb.tar.zst freebsd-ports-gnome-1f492fe92a07fa672e6f924169741a668dbd64eb.zip |
added "INSTALL_MANPAGES= yes" to install manpages
Diffstat (limited to 'games')
-rw-r--r-- | games/xmine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 9b43b99fa1f0..9468f0b10df4 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,11 +3,12 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/12/26 15:26:04 joerg Exp $ # DISTNAME= xmine-1.0.3-Xaw USE_IMAKE= yes +INSTALL_MANPAGES= yes DEPENDS= x11/Xaw3d |