mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix stripping through INSTALL_TARGET
- Switch to new test framework Approved by: portmgr blanket
This commit is contained in:
parent
430bf6bd81
commit
41aef31a33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462086
1 changed files with 2 additions and 9 deletions
|
@ -21,7 +21,8 @@ SHEBANG_FILES= src/template-converter src/htmlparser/generate_fsm.py src/htmlpar
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= OlafvdSpek
|
GH_ACCOUNT= OlafvdSpek
|
||||||
INSTALL_target= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
TEST_TARGET= check
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
|
@ -36,12 +37,4 @@ post-patch-DOCS-off:
|
||||||
'/install-data-am/ s|install-dist_docDATA||' \
|
'/install-data-am/ s|install-dist_docDATA||' \
|
||||||
${WRKSRC}/Makefile.in
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue