svn commit: r367601 - head/sysutils/stalepid
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 7 20:02:33 UTC 2014
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
More information about the svn-ports-all
mailing list