Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 14:45:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367856 - head/sysutils/sysgather
Message-ID:  <201409101445.s8AEjJul002626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 10 14:45:19 2014
New Revision: 367856
URL: http://svnweb.freebsd.org/changeset/ports/367856
QAT: https://qat.redports.org/buildarchive/r367856/

Log:
  - Allow staging as a regular user
  - Clarify License
  - Use shebangfix rather than manual post-patch

Modified:
  head/sysutils/sysgather/Makefile

Modified: head/sysutils/sysgather/Makefile
==============================================================================
--- head/sysutils/sysgather/Makefile	Wed Sep 10 14:40:18 2014	(r367855)
+++ head/sysutils/sysgather/Makefile	Wed Sep 10 14:45:19 2014	(r367856)
@@ -9,14 +9,15 @@ MASTER_SITES=	http://devel.ringlet.net/s
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Keep configuration files under version control
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	EXAMPLES
 
-USES=		perl5
+USES=		perl5 shebangfix uidfix
+SHEBANG_FILES=	sysgather.pl
 
 .include <bsd.port.options.mk>
 
@@ -24,8 +25,4 @@ USES=		perl5
 MAKE_ENV+=	EXAMPLESDIR="${WRKDIR}"
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|^#!.*/perl|#!${PERL}|' ${WRKSRC}/sysgather.pl
-
 .include <bsd.port.mk>



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