diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-02 23:24:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-02 23:24:52 +0800 |
commit | c2c0c1ac1dc6960436d344335c1d0b34adb06b3d (patch) | |
tree | 3edaf082006419698f475820cc3c4dc33c44f3c3 /www | |
parent | a65fd76bde1f003fdc65e03e1f379ebfeaacc7ba (diff) | |
download | freebsd-ports-gnome-c2c0c1ac1dc6960436d344335c1d0b34adb06b3d.tar.gz freebsd-ports-gnome-c2c0c1ac1dc6960436d344335c1d0b34adb06b3d.tar.zst freebsd-ports-gnome-c2c0c1ac1dc6960436d344335c1d0b34adb06b3d.zip |
- Add USES=libtool
- Remove LIBTOOLIZE_ARGS, the default value is fine
- Remove pre-configure, handled by USES=pathfix and USE_AUTOTOOLS
Diffstat (limited to 'www')
-rw-r--r-- | www/libhtp-suricata/Makefile | 8 | ||||
-rw-r--r-- | www/libhtp-suricata/pkg-plist | 3 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/libhtp-suricata/Makefile b/www/libhtp-suricata/Makefile index 8b6477e79cbc..78f7b882a6fe 100644 --- a/www/libhtp-suricata/Makefile +++ b/www/libhtp-suricata/Makefile @@ -2,6 +2,7 @@ PORTNAME= libhtp PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= www security PKGNAMESUFFIX= -suricata @@ -12,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= inliniac GH_COMMIT= 0294c27 -USES= pkgconfig pathfix +USES= libtool pathfix pkgconfig USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize USE_LDCONFIG= yes @@ -20,10 +21,5 @@ CONFLICTS_INSTALL= libhtp-[0-9]* PATHFIX_MAKEFILEIN= Makefile.am AUTOMAKE_ARGS+= --force-missing --add-missing -LIBTOOLIZE_ARGS+= --force - -pre-configure: - @${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am - @cd ${WRKSRC} && ${SH} ./autogen.sh .include <bsd.port.mk> diff --git a/www/libhtp-suricata/pkg-plist b/www/libhtp-suricata/pkg-plist index 21794183cdf0..299a14c5cafd 100644 --- a/www/libhtp-suricata/pkg-plist +++ b/www/libhtp-suricata/pkg-plist @@ -4,10 +4,9 @@ include/htp/bstr.h include/htp/utf8_decoder.h include/htp/dslib.h include/htp/htp.h -lib/libhtp-0.2.so lib/libhtp-0.2.so.1 +lib/libhtp-0.2.so.1.0.2 lib/libhtp.a -lib/libhtp.la lib/libhtp.so libdata/pkgconfig/htp.pc @dirrm include/htp |