summaryrefslogtreecommitdiff
path: root/games/acm/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/acm/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 '')
-rw-r--r--games/acm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index 83301fe666c2..cc8e7bb4eb4a 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 March 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.8 1996/11/18 11:24:18 asami Exp $
+# $Id: Makefile,v 1.9 1996/11/18 13:58:36 asami Exp $
#
DISTNAME= acm-4.7
@@ -15,7 +15,7 @@ MAINTAINER= joerg@FreeBSD.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=
-MAN1= acm.1
+MAN6= acm.6
.include <bsd.port.mk>