diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 20:02:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 20:02:32 +0000 |
commit | 4c019d3767e1205403c83eaded28f8a9fe46e0fe (patch) | |
tree | 5d3a8ca1bd724805798e32820ed325b1d994c9ad /sysutils | |
parent | 28bcea307894aa91f1ddeeadbfd5bdf63465c3b0 (diff) |
- Allow staging as a regular user
- Shebangfix
Notes
Notes:
svn path=/head/; revision=367601
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/stalepid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/stalepid/Makefile b/sysutils/stalepid/Makefile index f8f72accb470..163170b17dbd 100644 --- a/sysutils/stalepid/Makefile +++ b/sysutils/stalepid/Makefile @@ -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 remove them 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 |