mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Stage support
This commit is contained in:
parent
12d397c442
commit
79941eb3c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344699
2 changed files with 1 additions and 3 deletions
|
@ -17,10 +17,7 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
MAN3= cfg.3
|
|
||||||
|
|
||||||
check: build
|
check: build
|
||||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -4,3 +4,4 @@ lib/libcfg.a
|
||||||
lib/libcfg.la
|
lib/libcfg.la
|
||||||
lib/libcfg.so
|
lib/libcfg.so
|
||||||
lib/libcfg.so.9
|
lib/libcfg.so.9
|
||||||
|
man/man3/cfg.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue