diff --git a/www/libecap/Makefile b/www/libecap/Makefile index f8cbf17c53a3..13636cd132ac 100644 --- a/www/libecap/Makefile +++ b/www/libecap/Makefile @@ -3,29 +3,30 @@ PORTNAME= libecap PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ MAINTAINER= tmseck@FreeBSD.org COMMENT= Library for module based network content analysis +LICENSE= BSD2CLAUSE + +OPTIONS_DEFINE= DOCS + +USES= libtool + GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GCC= 4.2+ - -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE +USE_GCC= any +INSTALL_TARGET= install-strip PORTDOCS= CREDITS LICENSE NOTICE README CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/libecap/pkg-plist b/www/libecap/pkg-plist index b5af19861a93..8c201dcd6eb5 100644 --- a/www/libecap/pkg-plist +++ b/www/libecap/pkg-plist @@ -21,12 +21,13 @@ include/libecap/common/registry.h include/libecap/common/version.h include/libecap/host/host.h include/libecap/host/xaction.h -@dirrm include/libecap/adapter -@dirrm include/libecap/common -@dirrm include/libecap/host -@dirrm include/libecap lib/libecap.a lib/libecap.la lib/libecap.so lib/libecap.so.2 +lib/libecap.so.2.0.0 libdata/pkgconfig/libecap.pc +@dirrm include/libecap/adapter +@dirrm include/libecap/common +@dirrm include/libecap/host +@dirrm include/libecap