svn commit: r549682 - head/devel/gindent
Mateusz Piotrowski
0mp at FreeBSD.org
Wed Sep 23 11:47:22 UTC 2020
Author: 0mp
Date: Wed Sep 23 11:47:21 2020
New Revision: 549682
URL: https://svnweb.freebsd.org/changeset/ports/549682
Log:
Set LICENSE and clean up
Modified:
head/devel/gindent/Makefile
Modified: head/devel/gindent/Makefile
==============================================================================
--- head/devel/gindent/Makefile Wed Sep 23 11:40:41 2020 (r549681)
+++ head/devel/gindent/Makefile Wed Sep 23 11:47:21 2020 (r549682)
@@ -11,19 +11,22 @@ DISTNAME= indent-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= GNU indent
-OPTIONS_DEFINE= DOCS NLS
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
+USES= localbase:ldflags
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include -DBERKELEY_DEFAULTS=1
-LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --program-prefix=g
MAKE_JOBS_UNSAFE= yes
-NLS_USES= gettext
-OPTIONS_SUB= yes
-NLS_CONFIGURE_OFF= --disable-nls
+CPPFLAGS+= -DBERKELEY_DEFAULTS=1
INFO= indent
+
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_SUB= yes
+NLS_USES= gettext
+NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
More information about the svn-ports-head
mailing list