diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-27 07:34:09 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-27 07:34:09 +0000 |
commit | cea7a76de5e2e6ae3ffb36521e090a09b9ff5980 (patch) | |
tree | b703a76cb677c96e00cc638ae7cef9f833e13f49 /games/hllib/Makefile | |
parent | 438a8ed367263822ac9cecac9c4338933c9688ae (diff) |
Notes
Diffstat (limited to 'games/hllib/Makefile')
-rw-r--r-- | games/hllib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/hllib/Makefile b/games/hllib/Makefile index d9790d372140..443efa5cbf06 100644 --- a/games/hllib/Makefile +++ b/games/hllib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hllib -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.2 CATEGORIES= games devel MASTER_SITES= http://nemesis.thewavelength.net/files/files/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -22,10 +22,11 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/HLLib CFLAGS+= -fpic -PLIST_FILES= include/hl.h lib/libhl.so.${PORTVERSION} \ +HLLIB_VERS= 2.3.0 +PLIST_FILES= include/hl.h lib/libhl.so.${HLLIB_VERS} \ lib/libhl.so.2 lib/libhl.so -post-extract: +post-patch: # Allow propagating of CXX, CXXFLAGS, and PREFIX; fix Linuxism and symlinks @${REINPLACE_CMD} -E 's,^([CP][^=]*)=,\1?=, ; s,g root,g wheel, ; \ s,s \$$\(PREFIX\)/lib/,s ,' ${WRKSRC}/Makefile |