svn commit: r462086 - head/textproc/google-ctemplate
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Feb 17 09:02:55 UTC 2018
Author: amdmi3
Date: Sat Feb 17 09:02:54 2018
New Revision: 462086
URL: https://svnweb.freebsd.org/changeset/ports/462086
Log:
- Fix stripping through INSTALL_TARGET
- Switch to new test framework
Approved by: portmgr blanket
Modified:
head/textproc/google-ctemplate/Makefile
Modified: head/textproc/google-ctemplate/Makefile
==============================================================================
--- head/textproc/google-ctemplate/Makefile Sat Feb 17 08:58:54 2018 (r462085)
+++ head/textproc/google-ctemplate/Makefile Sat Feb 17 09:02:54 2018 (r462086)
@@ -21,7 +21,8 @@ SHEBANG_FILES= src/template-converter src/htmlparser/g
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= OlafvdSpek
-INSTALL_target= install-strip
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
post-patch:
@${REINPLACE_CMD} -e \
@@ -35,13 +36,5 @@ post-patch-DOCS-off:
@${REINPLACE_CMD} -e \
'/install-data-am/ s|install-dist_docDATA||' \
${WRKSRC}/Makefile.in
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libctemplate.so.3.0.0
- @${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/libctemplate_nothreads.so.3.0.0
-
-regression-test: build
- @${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
- ${MAKE_ARGS} check -C ${WRKSRC}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list