svn commit: r328949 - head/games/hllib
Danilo Egea Gondolfo
danilo at FreeBSD.org
Tue Oct 1 14:10:44 UTC 2013
Author: danilo
Date: Tue Oct 1 14:10:43 2013
New Revision: 328949
URL: http://svnweb.freebsd.org/changeset/ports/328949
Log:
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor)
Modified:
head/games/hllib/Makefile
Modified: head/games/hllib/Makefile
==============================================================================
--- head/games/hllib/Makefile Tue Oct 1 13:38:11 2013 (r328948)
+++ head/games/hllib/Makefile Tue Oct 1 14:10:43 2013 (r328949)
@@ -7,7 +7,7 @@ CATEGORIES= games devel
MASTER_SITES= http://nemesis.thewavelength.net/files/files/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
-MAINTAINER= danilogondolfo at gmail.com
+MAINTAINER= danilo at FreeBSD.org
COMMENT= Library to work with various Half-Life file formats
LICENSE= LGPL21
@@ -24,11 +24,12 @@ HLLIB_VERS= 2.4.4
PLIST_FILES= include/hl.h lib/libhl.so.${HLLIB_VERS} \
lib/libhl.so.2 lib/libhl.so
-NO_STAGE= yes
+MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
+
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
+ @${REINPLACE_CMD} -E 's,^([CP][^=]*)=,\1?=, ; s,-g root,,g ; \
+ s,-o root,,g ; s,s \$$\(PREFIX\)/lib/,s ,' ${WRKSRC}/Makefile
# Add forgotten file to the source list so it would be picked up by linker
@${REINPLACE_CMD} -e 's,ProcStream\.cpp,& SGAFile.cpp,' \
${WRKSRC}/Makefile
More information about the svn-ports-all
mailing list