- Stage support
This commit is contained in:
parent
834a8d8b65
commit
984b202db6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344678
2 changed files with 2 additions and 4 deletions
|
@ -14,13 +14,9 @@ COMMENT= A generic and extensible framework for serialization
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= xds-config.1
|
||||
MAN3= xds.3
|
||||
|
||||
check: build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
|
|
|
@ -4,3 +4,5 @@ lib/libxds.a
|
|||
lib/libxds.la
|
||||
lib/libxds.so
|
||||
lib/libxds.so.9
|
||||
man/man1/xds-config.1.gz
|
||||
man/man3/xds.3.gz
|
||||
|
|
Loading…
Reference in a new issue