Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 20:30:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387769 - head/textproc/chpp
Message-ID:  <201505282030.t4SKUJoD040671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 28 20:30:18 2015
New Revision: 387769
URL: https://svnweb.freebsd.org/changeset/ports/387769

Log:
  - Add LICENSE_FILE
  - Switch to USES=autoreconf

Modified:
  head/textproc/chpp/Makefile

Modified: head/textproc/chpp/Makefile
==============================================================================
--- head/textproc/chpp/Makefile	Thu May 28 20:29:36 2015	(r387768)
+++ head/textproc/chpp/Makefile	Thu May 28 20:30:18 2015	(r387769)
@@ -11,13 +11,13 @@ MASTER_SITES=	http://www.complang.tuwien
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Non-intrusive full-featured text preprocessor
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgc.so:${PORTSDIR}/devel/boehm-gc
 
-USES=		gmake makeinfo
-USE_AUTOTOOLS=	autoheader aclocal automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy --force-missing
+USES=		autoreconf gmake makeinfo
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/share
 
 CPPFLAGS+=	-I${LOCALBASE}/include



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