Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2017 08:12:46 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452576 - head/devel/autoconf-wrapper
Message-ID:  <201710210812.v9L8Ck9l037304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Oct 21 08:12:46 2017
New Revision: 452576
URL: https://svnweb.freebsd.org/changeset/ports/452576

Log:
  devel/autoconf-wrapper: Add license information and fix portlint warning
  
  PR:		222336
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	tijl (maintainer timeout)

Modified:
  head/devel/autoconf-wrapper/Makefile

Modified: head/devel/autoconf-wrapper/Makefile
==============================================================================
--- head/devel/autoconf-wrapper/Makefile	Sat Oct 21 08:09:59 2017	(r452575)
+++ head/devel/autoconf-wrapper/Makefile	Sat Oct 21 08:12:46 2017	(r452576)
@@ -9,12 +9,15 @@ DISTFILES=	# none
 MAINTAINER=	tijl@FreeBSD.org
 COMMENT?=	Wrapper script for GNU autoconf
 
+LICENSE=	BSD2CLAUSE
+
 WRKSRC=		${WRKDIR}
 NO_BUILD=	YES
 
 TOOL?=		AUTOCONF
 WRAPPED_TOOLS?=	autoconf autoheader autom4te autoreconf autoscan \
 		autoupdate ifnames
+
 .include <bsd.port.pre.mk>
 
 TOOLS_CASE!=	${ECHO_CMD} ${WRAPPED_TOOLS} | ${TR} ' ' '|'
@@ -31,9 +34,9 @@ do-configure:
 	    <${FILESDIR}/autotools-wrapper.sh >${WRKDIR}/${PORTNAME}.sh
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 .for tool in ${WRAPPED_TOOLS}
-	@${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${tool}
+	${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${tool}
 .endfor
 
 .include <bsd.port.post.mk>



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