mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00: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
@ -21,7 +21,8 @@ SHEBANG_FILES= src/template-converter src/htmlparser/generate_fsm.py src/htmlpar
|
||||
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 \
|
||||
@ -36,12 +37,4 @@ post-patch-DOCS-off:
|
||||
'/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>
|
||||
|
Loading…
Reference in New Issue
Block a user