aboutsummaryrefslogtreecommitdiff
path: root/archivers/librtfcomp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-10 15:47:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-10 15:47:18 +0000
commit9a31660fdf39776d3c6b059ed03b3d5569da06b0 (patch)
tree12081418b02fbd9ff870d581355df0003fa33968 /archivers/librtfcomp
parentc6cf5f8a1defc28013509b2be330f5b1892a71d0 (diff)
downloadports-9a31660fdf39776d3c6b059ed03b3d5569da06b0.tar.gz
ports-9a31660fdf39776d3c6b059ed03b3d5569da06b0.zip
- Use USES=libtool
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=361470
Diffstat (limited to 'archivers/librtfcomp')
-rw-r--r--archivers/librtfcomp/Makefile6
-rw-r--r--archivers/librtfcomp/pkg-plist1
2 files changed, 3 insertions, 4 deletions
diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile
index 1fd18330269a..82bb901f34e0 100644
--- a/archivers/librtfcomp/Makefile
+++ b/archivers/librtfcomp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= librtfcomp
PORTVERSION= 1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= archivers
MASTER_SITES= SF/synce/SynCE/${PORTNAME}
@@ -13,8 +13,8 @@ COMMENT?= Library for handling compressed RTF documents
LICENSE= LGPL21
GNU_CONFIGURE= yes
-USES= libtool:keepla
USE_LDCONFIG= yes
+USES= libtool
SLAVEDIRS= archivers/py-librtfcomp
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+=--disable-python-bindings
post-patch:
@${REINPLACE_CMD} -e '/VISIBILITY=/ s| -fvisibility=hidden||' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librtfcomp.la|${LOCALBASE}/lib/librtfcomp.la|g' ${WRKSRC}/python/Makefile.in
+ @${REINPLACE_CMD} -e 's|[^ ]*/src/librtfcomp\.la||' ${WRKSRC}/python/Makefile.in
post-install:
.if !defined(SLAVEPORT)
diff --git a/archivers/librtfcomp/pkg-plist b/archivers/librtfcomp/pkg-plist
index 356878234646..cff6b6c502f7 100644
--- a/archivers/librtfcomp/pkg-plist
+++ b/archivers/librtfcomp/pkg-plist
@@ -4,7 +4,6 @@ bin/tortf
include/rtfcomp/errors.h
include/rtfcomp/rtfcomp.h
lib/librtfcomp.a
-lib/librtfcomp.la
lib/librtfcomp.so
lib/librtfcomp.so.0
lib/librtfcomp.so.0.0.0