diff options
Diffstat (limited to 'net/xmlrpc-epi')
-rw-r--r-- | net/xmlrpc-epi/Makefile | 9 |
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 |