mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -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
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -21,9 +21,4 @@ USE_LDCONFIG= yes
|
|||
check: build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
MAN3+= al.3
|
|
@ -4,3 +4,4 @@ lib/libal.a
|
|||
lib/libal.la
|
||||
lib/libal.so
|
||||
lib/libal.so.9
|
||||
man/man3/al.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue