diff options
author | lioux <lioux@FreeBSD.org> | 2001-06-22 19:11:50 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-06-22 19:11:50 +0000 |
commit | c35bf82d6930350e11a5f51754cbea8ce4197957 (patch) | |
tree | 0a74dc6bfc2c8eb6d5283e5928d49ce359ac4895 /games/halflifeserver/Makefile | |
parent | 873104deb8eb978cdff15b676fba25110072fe01 (diff) | |
download | FreeBSD-ports-c35bf82d6930350e11a5f51754cbea8ce4197957.zip FreeBSD-ports-c35bf82d6930350e11a5f51754cbea8ce4197957.tar.gz |
- 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
Diffstat (limited to 'games/halflifeserver/Makefile')
-rw-r--r-- | games/halflifeserver/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 676edda..129aeb5 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -74,4 +74,7 @@ install-files: scan-libs: @${LDCONFIG_LINUX} +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |