From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 16:07:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 200A1327; Wed, 16 Jul 2014 16:07:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D3F4278B; Wed, 16 Jul 2014 16:07:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6GG7uHl062861; Wed, 16 Jul 2014 16:07:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6GG7uZR062860; Wed, 16 Jul 2014 16:07:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407161607.s6GG7uZR062860@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 16 Jul 2014 16:07:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362081 - head/textproc/hyphen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 16:07:57 -0000 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