aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sysgather
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-10 14:45:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-10 14:45:19 +0000
commit42a4a444b60d9faa266a320b3344b698ca16b2e3 (patch)
tree755df69e673dcfd9ebd8a4258fc7790710989569 /sysutils/sysgather
parent07b254245e4d66271cfd1b01bbbe752280cd7a37 (diff)
downloadports-42a4a444b60d9faa266a320b3344b698ca16b2e3.tar.gz
ports-42a4a444b60d9faa266a320b3344b698ca16b2e3.zip
- Allow staging as a regular user
- Clarify License - Use shebangfix rather than manual post-patch
Notes
Notes: svn path=/head/; revision=367856
Diffstat (limited to 'sysutils/sysgather')
-rw-r--r--sysutils/sysgather/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/sysgather/Makefile b/sysutils/sysgather/Makefile
index 41c521a14809..0fc7dfe30283 100644
--- a/sysutils/sysgather/Makefile
+++ b/sysutils/sysgather/Makefile
@@ -9,14 +9,15 @@ MASTER_SITES= http://devel.ringlet.net/sysutils/sysgather/
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>