summaryrefslogtreecommitdiff
path: root/games/hlserver-cs
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-06-22 19:11:50 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-06-22 19:11:50 +0000
commit641ff1a31ffaa9c71ea625d718305b7f47452dd9 (patch)
tree6da53a79a236767a183ca051a6fa7f783e7dfe81 /games/hlserver-cs
parentAdd working MASTER_SITES (diff)
- Add a PKGMESSAGE to halflifeserver port about an issue with
running the Half-life servers as root - Enable this message in all mod slave ports Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=44328
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r--games/hlserver-cs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile
index 80cf262fe6ec..3020dc1bd3a4 100644
--- a/games/hlserver-cs/Makefile
+++ b/games/hlserver-cs/Makefile
@@ -42,6 +42,7 @@ HALFLIFESERVER_PORT= ${.CURDIR}/../halflifeserver
HLDSDIR!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V HLDSDIR
HL_PROGRAM!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V HL_PROGRAM
PLIST_SUB_MASTER!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V PLIST_SUB_FOR_THIS_PORT
+PKGMESSAGE!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V PKGMESSAGE
pre-patch:
# remove trailing ^M
@@ -86,4 +87,7 @@ install-run-scripts:
@${SH} ${WRKDIR}/${script}.sh
.endfor
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>