mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Add LICENSE
- Strip libraries - Pet portlint - Regenerate patches with `make makepatch`
This commit is contained in:
parent
91ab4d4b05
commit
b41b8fc38b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397837
2 changed files with 9 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue