mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- Stage support
This commit is contained in:
parent
4b75b4e4a0
commit
15ea9a6936
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344684
3 changed files with 3 additions and 8 deletions
|
@ -13,7 +13,7 @@ COMMENT= Defines an abstract type of buffer that can move data without copying
|
||||||
|
|
||||||
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -21,9 +21,4 @@ USE_LDCONFIG= yes
|
||||||
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.pre.mk>
|
|
||||||
|
|
||||||
.include "${FILESDIR}/manpages.mk"
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
MAN3+= al.3
|
|
|
@ -4,3 +4,4 @@ lib/libal.a
|
||||||
lib/libal.la
|
lib/libal.la
|
||||||
lib/libal.so
|
lib/libal.so
|
||||||
lib/libal.so.9
|
lib/libal.so.9
|
||||||
|
man/man3/al.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue