diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-02 12:27:43 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-02 12:27:43 +0000 |
commit | c699b06a30d08551f78052ce0463977819932ee9 (patch) | |
tree | a3b79c70ae6a5a948ceb773bf1ceb6e8a2f48213 /www/varnish-libvmod-header | |
parent | ecbc73a76c28bc8d4bca15ecf5eb344f73b881e5 (diff) |
Notes
Diffstat (limited to 'www/varnish-libvmod-header')
-rw-r--r-- | www/varnish-libvmod-header/Makefile | 20 | ||||
-rw-r--r-- | www/varnish-libvmod-header/pkg-plist | 4 |
2 files changed, 6 insertions, 18 deletions
diff --git a/www/varnish-libvmod-header/Makefile b/www/varnish-libvmod-header/Makefile index dd7bb66c3fc1..3c4228299c61 100644 --- a/www/varnish-libvmod-header/Makefile +++ b/www/varnish-libvmod-header/Makefile @@ -3,6 +3,7 @@ PORTNAME= libvmod-header DISTVERSION= 0.3-5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://anders.fupp.net/distfiles/ PKGNAMEPREFIX= varnish- @@ -17,23 +18,14 @@ LICENSE= BSD BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \ rst2man:${PORTSDIR}/textproc/py-docutils -USE_AUTOTOOLS= aclocal libtool libtoolize autoheader automake autoconf -USES= gmake pkgconfig +USES= gmake libtool pkgconfig +USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf ACLOCAL_ARGS= -I m4 -LIBTOOLFLAGS= --copy --force AUTOMAKE_ARGS= --add-missing --copy --foreign -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} +CONFIGURE_ARGS= --disable-static CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish - -MAN3= vmod_header.3 +PLIST_FILES= man/man3/vmod_header.3.gz lib/varnish/vmods/libvmod_header.so WRKSRC= ${WRKDIR}/${PORTNAME}-master -.include <bsd.port.pre.mk> - -post-install: -.if !defined(BATCH) - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/varnish-libvmod-header/pkg-plist b/www/varnish-libvmod-header/pkg-plist deleted file mode 100644 index e6dfca81b270..000000000000 --- a/www/varnish-libvmod-header/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -man/man3/vmod_header.3.gz -lib/varnish/vmods/libvmod_header.so -lib/varnish/vmods/libvmod_header.la -lib/varnish/vmods/libvmod_header.a |