diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-25 15:18:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-25 15:18:05 +0000 |
commit | b41b8fc38b20b03cf9742df9841fa49d3056df6c (patch) | |
tree | 384ae5b665685c0ed10001045ef65765450edf24 /textproc/libunibreak | |
parent | 91ab4d4b05cb233efadf3b8cf96bd19519543d0f (diff) |
Notes
Diffstat (limited to 'textproc/libunibreak')
-rw-r--r-- | textproc/libunibreak/Makefile | 8 | ||||
-rw-r--r-- | textproc/libunibreak/files/patch-src__Makefile.in | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile index 6959ecbc9fe4..262abf2d1584 100644 --- a/textproc/libunibreak/Makefile +++ b/textproc/libunibreak/Makefile @@ -3,7 +3,7 @@ PORTNAME= libunibreak PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} @@ -11,8 +11,12 @@ MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the line and word breaking algorithm for Unicode +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENCE + +USES= libtool pathfix GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= pathfix libtool .include <bsd.port.mk> diff --git a/textproc/libunibreak/files/patch-src__Makefile.in b/textproc/libunibreak/files/patch-src__Makefile.in index 052c44efde9f..2f410f9a270c 100644 --- a/textproc/libunibreak/files/patch-src__Makefile.in +++ b/textproc/libunibreak/files/patch-src__Makefile.in @@ -1,6 +1,6 @@ ---- ./src/Makefile.in.bak 2013-09-28 20:29:36.000000000 +1100 -+++ ./src/Makefile.in 2014-01-07 16:23:21.180600044 +1100 -@@ -521,9 +521,9 @@ +--- src/Makefile.in.orig 2015-09-25 12:28:51 UTC ++++ src/Makefile.in +@@ -521,9 +521,9 @@ uninstall-am: uninstall-includeHEADERS u install-exec-hook: |