diff options
author | asami <asami@FreeBSD.org> | 1999-02-03 18:37:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-03 18:37:11 +0800 |
commit | d0842f38cd38c7218e4c0d0d7222c0b29c5d1abd (patch) | |
tree | eae7b1d683928f0c5cfef806137583babcbed098 /games | |
parent | 1df0dc15ca214404009662489ca472799231aa0c (diff) | |
download | freebsd-ports-gnome-d0842f38cd38c7218e4c0d0d7222c0b29c5d1abd.tar.gz freebsd-ports-gnome-d0842f38cd38c7218e4c0d0d7222c0b29c5d1abd.tar.zst freebsd-ports-gnome-d0842f38cd38c7218e4c0d0d7222c0b29c5d1abd.zip |
Use bsd.port.{pre,post}.mk.
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> |