aboutsummaryrefslogtreecommitdiff
path: root/games/acm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-02-03 10:37:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-02-03 10:37:11 +0000
commitdfa806a3a3e7522b7d4b5795274236835c2fca9e (patch)
treebf4677c3c04ad8b28fc0cbad97e914413a8529ba /games/acm
parentc88f395ea9d2481bd14b3606524175349643b8c8 (diff)
downloadports-dfa806a3a3e7522b7d4b5795274236835c2fca9e.tar.gz
ports-dfa806a3a3e7522b7d4b5795274236835c2fca9e.zip
Use bsd.port.{pre,post}.mk.
Notes
Notes: svn path=/head/; revision=16515
Diffstat (limited to 'games/acm')
-rw-r--r--games/acm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index b1c013941e23..953e5a871aaf 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 March 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.14 1999/02/01 00:56:38 obrien Exp $
+# $Id: Makefile,v 1.15 1999/02/01 23:32:44 se Exp $
#
DISTNAME= acm-5.0
@@ -15,9 +15,7 @@ MAINTAINER= se@FreeBSD.org
GNU_CONFIGURE= yes
MAN6= acm.6
-.include <bsd.port.mk>
-
-# Following stuff must be after <bsd.port.mk> to expand exists() properly
+.include <bsd.port.pre.mk>
# Include sound support (Use network audio server (nas))
.if defined(USE_SOUND) && ${USE_SOUND} == YES || \
@@ -26,3 +24,4 @@ MAN6= acm.6
LIB_DEPENDS+= audio.7:${PORTSDIR}/audio/nas
.endif
+.include <bsd.port.post.mk>