svn commit: r362081 - head/textproc/hyphen
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 16 16:07:57 UTC 2014
Author: sunpoet
Date: Wed Jul 16 16:07:56 2014
New Revision: 362081
URL: http://svnweb.freebsd.org/changeset/ports/362081
QAT: https://qat.redports.org/buildarchive/r362081/
Log:
- Add LICENSE
- Remove duplicate CONFIGURE_ENV
Modified:
head/textproc/hyphen/Makefile
Modified: head/textproc/hyphen/Makefile
==============================================================================
--- head/textproc/hyphen/Makefile Wed Jul 16 16:02:12 2014 (r362080)
+++ head/textproc/hyphen/Makefile Wed Jul 16 16:07:56 2014 (r362081)
@@ -10,16 +10,18 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office at FreeBSD.org
COMMENT= Library for high quality hyphenation and justification
+LICENSE= LGPL21 LGPL3 MPL
+LICENSE_COMB= dual
+
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
+CONFIGURE_ENV= ac_cv_prog_AWK=gawk
GNU_CONFIGURE= yes
-USES= libtool pathfix perl5 shebangfix
+USES= libtool pathfix perl5 shebangfix
USE_LDCONFIG= yes
SHEBANG_FILES= substrings.pl
INSTALL_TARGET= install-strip
-CONFIGURE_ENV+= ac_cv_prog_AWK=gawk
-
PLIST_FILES= bin/substrings.pl \
include/hyphen.h \
lib/libhyphen.a \
@@ -32,7 +34,6 @@ PLIST_DIRSTRY= %%DATADIR%%
USALIASES= en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK \
en_IE en_IN en_JM en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZW
-CONFIGURE_ENV+= ac_cv_prog_AWK=gawk
.for ALIAS in ${USALIASES}
PLIST_FILES+= %%DATADIR%%/hyph_${ALIAS}.dic
.endfor
More information about the svn-ports-head
mailing list