diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-10 15:47:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-10 15:47:18 +0000 |
commit | 9a31660fdf39776d3c6b059ed03b3d5569da06b0 (patch) | |
tree | 12081418b02fbd9ff870d581355df0003fa33968 /archivers | |
parent | c6cf5f8a1defc28013509b2be330f5b1892a71d0 (diff) | |
download | ports-9a31660fdf39776d3c6b059ed03b3d5569da06b0.tar.gz ports-9a31660fdf39776d3c6b059ed03b3d5569da06b0.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/librtfcomp/Makefile | 6 | ||||
-rw-r--r-- | archivers/librtfcomp/pkg-plist | 1 |
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 |