svn commit: r452576 - head/devel/autoconf-wrapper

Kurt Jaeger pi at FreeBSD.org
Sat Oct 21 08:12:48 UTC 2017


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 at 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 at 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>


More information about the svn-ports-all mailing list