Date: Sun, 7 Sep 2014 20:02:32 +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: r367601 - head/sysutils/stalepid Message-ID: <201409072002.s87K2Wie078314@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Sep 7 20:02:32 2014 New Revision: 367601 URL: http://svnweb.freebsd.org/changeset/ports/367601 QAT: https://qat.redports.org/buildarchive/r367601/ Log: - Allow staging as a regular user - Shebangfix Modified: head/sysutils/stalepid/Makefile Modified: head/sysutils/stalepid/Makefile ============================================================================== --- head/sysutils/stalepid/Makefile Sun Sep 7 20:02:17 2014 (r367600) +++ head/sysutils/stalepid/Makefile Sun Sep 7 20:02:32 2014 (r367601) @@ -3,6 +3,7 @@ PORTNAME= stalepid PORTVERSION= 1.0.b1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://devel.ringlet.net/sysutils/stalepid/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/} @@ -12,10 +13,9 @@ COMMENT= Check for stale pid files and r RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error -USES= perl5 +USES= perl5 shebangfix uidfix USE_PERL5= run - -WRKSRC= ${WRKDIR}/${DISTNAME} +SHEBANG_FILES= ${WRKSRC}/stalepid.pl PLIST_FILES= bin/stalepid man/man1/stalepid.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409072002.s87K2Wie078314>