diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 10:37:11 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 10:37:11 +0000 |
commit | dfa806a3a3e7522b7d4b5795274236835c2fca9e (patch) | |
tree | bf4677c3c04ad8b28fc0cbad97e914413a8529ba /games | |
parent | Fix typo in previous commit. (diff) |
Use bsd.port.{pre,post}.mk.
Notes
Notes:
svn path=/head/; revision=16515
Diffstat (limited to 'games')
-rw-r--r-- | games/acm/Makefile | 7 |
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> |