Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 11:47:22 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549682 - head/devel/gindent
Message-ID:  <202009231147.08NBlMCN049644@repo.freebsd.org>

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



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