From 641ff1a31ffaa9c71ea625d718305b7f47452dd9 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 22 Jun 2001 19:11:50 +0000 Subject: - 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 --- games/hlserver-cs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/hlserver-cs') 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 -- cgit v1.2.3