diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 11:11:11 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 11:11:11 +0000 |
commit | 19acd19212c6fdb2113db1b11cb51594ed949f37 (patch) | |
tree | 487ff684f35f622e133b5fedc939591e33e27ac1 | |
parent | 8fd71c4b9c18fb38b79a681e8d136a4a98c20ee0 (diff) |
- Convert to USES=libtool and USES=python
- Add INSTALL_TARGET=install-strip
Notes
Notes:
svn path=/head/; revision=366860
-rw-r--r-- | textproc/rarian/Makefile | 11 | ||||
-rw-r--r-- | textproc/rarian/pkg-plist | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 53160ec9539a..b0e6339e36cd 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -4,7 +4,7 @@ PORTNAME= rarian PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= GNOME @@ -23,16 +23,15 @@ DOCBOOK_VERSION=4.2 CONFLICTS= scrollkeeper-[0-9]* -USES= gmake pathfix tar:bzip2 +USES= gmake libtool pathfix python tar:bzip2 USE_GNOME= gnomehier libxslt -USE_PYTHON= yes -GNU_CONFIGURE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-convert-dir=${LOCALBASE}/share/omf \ - --datadir=${PREFIX}/share \ --localstatedir=/var CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|/lib/rarian|/db/rarian|' \ diff --git a/textproc/rarian/pkg-plist b/textproc/rarian/pkg-plist index 5ee652c2f27e..a910e9bf4700 100644 --- a/textproc/rarian/pkg-plist +++ b/textproc/rarian/pkg-plist @@ -31,9 +31,9 @@ include/rarian/rarian-man.h include/rarian/rarian-reg-utils.h include/rarian/rarian.h lib/librarian.a -lib/librarian.la lib/librarian.so lib/librarian.so.0 +lib/librarian.so.0.0.0 libdata/pkgconfig/rarian.pc %%DOCSDIR%%/rarian.document share/librarian/Templates/C/scrollkeeper_cl.xml |