aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-22 10:05:29 +0800
committerpat <pat@FreeBSD.org>2002-01-22 10:05:29 +0800
commit7d0c7a24b32ad45f7bd9c50efa5b0a901b65c850 (patch)
tree94aff2c58b7799f93527143db327f00e06eedd61 /games
parentce82cc274e894f988c8a97ae673ff31a658b90fe (diff)
downloadfreebsd-ports-gnome-7d0c7a24b32ad45f7bd9c50efa5b0a901b65c850.tar.gz
freebsd-ports-gnome-7d0c7a24b32ad45f7bd9c50efa5b0a901b65c850.tar.zst
freebsd-ports-gnome-7d0c7a24b32ad45f7bd9c50efa5b0a901b65c850.zip
Give slave ports a way to not include bsd.port.mk
Submitted by: lioux
Diffstat (limited to 'games')
-rw-r--r--games/hlserver-cs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile
index 416db9620243..cec1c7fb5b77 100644
--- a/games/hlserver-cs/Makefile
+++ b/games/hlserver-cs/Makefile
@@ -115,4 +115,6 @@ slaveport-post-install:
post-install: slaveport-post-install
@${CAT} ${PKGMESSAGE}
+.ifndef(_DONT_INCLUDE_MK_)
.include <bsd.port.mk>
+.endif