mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Allow staging as a regular user
- Shebangfix
This commit is contained in:
parent
28bcea3078
commit
4c019d3767
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367601
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user