aboutsummaryrefslogtreecommitdiffstats
path: root/devel/regexx
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-03 08:40:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-03 08:40:11 +0800
commit7515c18c76609ccc2b08360244a250f6354e025d (patch)
tree8068999299dfbf5fad833da78ee2e5367c0d1497 /devel/regexx
parent1f5100ac4480a426ad48f288f0f45f61e18a625b (diff)
downloadfreebsd-ports-gnome-7515c18c76609ccc2b08360244a250f6354e025d.tar.gz
freebsd-ports-gnome-7515c18c76609ccc2b08360244a250f6354e025d.tar.zst
freebsd-ports-gnome-7515c18c76609ccc2b08360244a250f6354e025d.zip
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'devel/regexx')
-rw-r--r--devel/regexx/Makefile8
-rw-r--r--devel/regexx/pkg-plist4
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/regexx/Makefile b/devel/regexx/Makefile
index cca2de178fa5..c93930faefd3 100644
--- a/devel/regexx/Makefile
+++ b/devel/regexx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= regexx
PORTVERSION= 0.98.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= SF
@@ -14,8 +14,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-USES= gmake pkgconfig
-USE_AUTOTOOLS= libtool
+USES= gmake pkgconfig libtool
+GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
AUTOMAKE="${TRUE}"
USE_LDCONFIG= yes
@@ -28,6 +28,6 @@ post-patch:
's|"pcre"||' ${WRKSRC}/configure
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libregexx.so.2
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libregexx.so
.include <bsd.port.mk>
diff --git a/devel/regexx/pkg-plist b/devel/regexx/pkg-plist
index 1e70968a3627..fff3ebc8a4dd 100644
--- a/devel/regexx/pkg-plist
+++ b/devel/regexx/pkg-plist
@@ -1,6 +1,6 @@
include/regexx.hh
include/split.hh
lib/libregexx.a
-lib/libregexx.la
lib/libregexx.so
-lib/libregexx.so.2
+lib/libregexx.so.1
+lib/libregexx.so.1.1.0