mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to new test framework
This commit is contained in:
parent
525dc7dea2
commit
e9d3d88c5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398298
1 changed files with 1 additions and 3 deletions
|
@ -21,6 +21,7 @@ OPTIONS_DEFAULT=EXPAT
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool pathfix tar:bzip2
|
||||
|
||||
|
@ -41,7 +42,4 @@ post-install:
|
|||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
cd ${WRKSRC}/doc/examples/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
||||
regression-test test: build
|
||||
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue