svn commit: r387769 - head/textproc/chpp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 20:30:19 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list