Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 16:07:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362081 - head/textproc/hyphen
Message-ID:  <201407161607.s6GG7uZR062860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407161607.s6GG7uZR062860>