diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 19:11:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 19:11:50 +0000 |
commit | 641ff1a31ffaa9c71ea625d718305b7f47452dd9 (patch) | |
tree | 6da53a79a236767a183ca051a6fa7f783e7dfe81 /games/hlserver-cs | |
parent | 6a20701c9892b6dfd0778f60b91e63719227138b (diff) | |
download | ports-641ff1a31ffaa9c71ea625d718305b7f47452dd9.tar.gz ports-641ff1a31ffaa9c71ea625d718305b7f47452dd9.zip |
Notes
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r-- | games/hlserver-cs/Makefile | 4 |
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> |