summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-14 09:03:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-14 09:03:36 +0000
commit3f42f5746902aa337abfb37f86875fe389e70626 (patch)
treebcff31a5d047a744a80181561662c54f0dd85391 /net
parentUpdate scite and scintilla to 3.6.5. (diff)
- Switch to USES=localbase
- Switch to options helpers - Switch to new test framework
Notes
Notes: svn path=/head/; revision=415183
Diffstat (limited to 'net')
-rw-r--r--net/xmlrpc-epi/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile
index fe68994c6215..fa299c029b52 100644
--- a/net/xmlrpc-epi/Makefile
+++ b/net/xmlrpc-epi/Makefile
@@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
-USES= gmake iconv libtool tar:bzip2
+USES= gmake iconv libtool localbase tar:bzip2
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
+LDFLAGS+= ${ICONV_LIB}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform="s|^|xre-|"
INSTALL_TARGET= install-strip
@@ -32,11 +31,11 @@ CONFLICTS= xmlrpc-c-0.* xmlrpc-c-devel-[0-9]*
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-regression-test:
+do-test:
.for tm in ${METHODS}
cd ${WRKSRC}/sample && ./sample -method method_${tm}
.endfor