diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-18 18:52:29 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-18 18:52:29 +0000 |
commit | 6dcadf0de587272c53f9cdaab5e15d759369b683 (patch) | |
tree | 11e2ce739baafee6a52d882908bac0d3ccaafb9c /devel/libolecf | |
parent | fe32f038d925869152636450c05c8965614eb29d (diff) | |
download | ports-6dcadf0de587272c53f9cdaab5e15d759369b683.tar.gz ports-6dcadf0de587272c53f9cdaab5e15d759369b683.zip |
Notes
Diffstat (limited to 'devel/libolecf')
-rw-r--r-- | devel/libolecf/Makefile | 9 | ||||
-rw-r--r-- | devel/libolecf/distinfo | 4 | ||||
-rw-r--r-- | devel/libolecf/pkg-plist | 1 |
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/libolecf/Makefile b/devel/libolecf/Makefile index 9dbf457160ba..4ffca384ce42 100644 --- a/devel/libolecf/Makefile +++ b/devel/libolecf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libolecf -DISTVERSION= alpha-20131108 +DISTVERSION= alpha-20140317 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/ \ LOCAL/antoine @@ -14,21 +14,18 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv pathfix pkgconfig +USES= fuse gettext iconv libtool pathfix pkgconfig USE_PYTHON= 2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> diff --git a/devel/libolecf/distinfo b/devel/libolecf/distinfo index 4639b2313d64..f8d5000b4294 100644 --- a/devel/libolecf/distinfo +++ b/devel/libolecf/distinfo @@ -1,2 +1,2 @@ -SHA256 (libolecf-alpha-20131108.tar.gz) = 3baa978d1a6b9be52eec88142f6f726fbb6109fbd8e10d8eb1b75e7cbac2a72a -SIZE (libolecf-alpha-20131108.tar.gz) = 1395253 +SHA256 (libolecf-alpha-20140317.tar.gz) = 469ee29f6f3d7cea34b1a5d3bef48815105f8012ba60ca2eba304e0f8828bacd +SIZE (libolecf-alpha-20140317.tar.gz) = 1410910 diff --git a/devel/libolecf/pkg-plist b/devel/libolecf/pkg-plist index f19e4c62995d..4994a7f23889 100644 --- a/devel/libolecf/pkg-plist +++ b/devel/libolecf/pkg-plist @@ -13,6 +13,7 @@ lib/libolecf.a lib/libolecf.la lib/libolecf.so lib/libolecf.so.1 +lib/libolecf.so.1.0.0 %%PYTHON_SITELIBDIR%%/pyolecf.a %%PYTHON_SITELIBDIR%%/pyolecf.la %%PYTHON_SITELIBDIR%%/pyolecf.so |