summaryrefslogtreecommitdiff
path: root/games/xmine/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 11:33:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 11:33:21 +0000
commit8ea0a445575ed620d884c8b7c77c9446a29af489 (patch)
treea8f20d750fe4c4f7e18ed34be411c0c036ea3f30 /games/xmine/Makefile
parentAdded ocaml. (diff)
Have manpage installed in man6 where games belong.
and some /usr/local hardcodings --> ${PREFIX}
Notes
Notes: svn path=/head/; revision=5191
Diffstat (limited to 'games/xmine/Makefile')
-rw-r--r--games/xmine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile
index c2b0e2d6d4e7..289f9addc08f 100644
--- a/games/xmine/Makefile
+++ b/games/xmine/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
-# $Id: Makefile,v 1.10 1996/11/18 11:26:03 asami Exp $
+# $Id: Makefile,v 1.11 1996/11/18 13:59:23 asami Exp $
#
DISTNAME= xmine-1.0.3-Xaw
@@ -16,6 +16,6 @@ MAINTAINER= joerg@FreeBSD.org
LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
-MAN1= xmine.1
+MAN6= xmine.6
.include <bsd.port.mk>