svn commit: r356950 - head/sysutils/pslist
Antoine Brodin
antoine at FreeBSD.org
Sat Jun 7 21:07:01 UTC 2014
Author: antoine
Date: Sat Jun 7 21:07:00 2014
New Revision: 356950
URL: http://svnweb.freebsd.org/changeset/ports/356950
QAT: https://qat.redports.org/buildarchive/r356950/
Log:
- shebangfix
- allow staging as a regular user
Modified:
head/sysutils/pslist/Makefile
Modified: head/sysutils/pslist/Makefile
==============================================================================
--- head/sysutils/pslist/Makefile Sat Jun 7 20:51:54 2014 (r356949)
+++ head/sysutils/pslist/Makefile Sat Jun 7 21:07:00 2014 (r356950)
@@ -3,13 +3,16 @@
PORTNAME= pslist
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/pslist/
MAINTAINER= ports at FreeBSD.org
COMMENT= A utility to view or send signals to processes with all their children
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= run
+SHEBANG_FILES= pslist
+MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list