aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-08-28 22:58:33 +0800
committertijl <tijl@FreeBSD.org>2014-08-28 22:58:33 +0800
commit842546aabf356385be220ed345258d6ee16428a4 (patch)
tree81ae18e37d37f8b43372931ad5ef5ac8e794ddc5 /devel
parentbc7658df28da73bbf614ffe5fb38366f05a27f59 (diff)
downloadfreebsd-ports-gnome-842546aabf356385be220ed345258d6ee16428a4.tar.gz
freebsd-ports-gnome-842546aabf356385be220ed345258d6ee16428a4.tar.zst
freebsd-ports-gnome-842546aabf356385be220ed345258d6ee16428a4.zip
Convert to USES=libtool and INSTALL_TARGET=install-strip
Diffstat (limited to 'devel')
-rw-r--r--devel/poslib/Makefile8
-rw-r--r--devel/poslib/pkg-plist4
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile
index c58ddd4c1c1c..72d54231c0a6 100644
--- a/devel/poslib/Makefile
+++ b/devel/poslib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= poslib
PORTVERSION= 1.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel dns
MASTER_SITES= SF/posadis/${PORTNAME}/${PORTVERSION}
@@ -14,7 +14,9 @@ LICENSE= GPLv2 # (or later)
OPTIONS_DEFINE= DOCS EXAMPLES
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool
USE_LDCONFIG= yes
PLIST_SUB= VERSION="${PORTVERSION}"
@@ -33,7 +35,5 @@ post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${INSTALL_DATA} *.cpp \
${STAGEDIR}${EXAMPLESDIR})
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libposlib.so.0 \
- ${STAGEDIR}${PREFIX}/lib/libposserver.so.0
.include <bsd.port.mk>
diff --git a/devel/poslib/pkg-plist b/devel/poslib/pkg-plist
index 502b2dc254fe..8f32c9e501c9 100644
--- a/devel/poslib/pkg-plist
+++ b/devel/poslib/pkg-plist
@@ -28,13 +28,13 @@ include/poslib-%%VERSION%%/poslib/types.h
include/poslib-%%VERSION%%/poslib/vsnprintf.h
include/poslib-%%VERSION%%/poslib/w32poll.h
lib/libposlib.a
-lib/libposlib.la
lib/libposlib.so
lib/libposlib.so.0
+lib/libposlib.so.0.0.0
lib/libposserver.a
-lib/libposserver.la
lib/libposserver.so
lib/libposserver.so.0
+lib/libposserver.so.0.0.0
lib/poslib-%%VERSION%%/include/poslib-config.h
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog