aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-07 21:07:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-07 21:07:00 +0000
commit34e8c8a396612e4eaad081253181cfa956f49359 (patch)
tree4384dd58380553f57ef42cf05de97bd809583621
parent5b88fcd44348536cd0cbb0ca52f9ad76ddde1ac8 (diff)
downloadports-34e8c8a396612e4eaad081253181cfa956f49359.tar.gz
ports-34e8c8a396612e4eaad081253181cfa956f49359.zip
Notes
-rw-r--r--sysutils/pslist/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile
index 5b3aadf709b9..b81abc18f451 100644
--- a/sysutils/pslist/Makefile
+++ b/sysutils/pslist/Makefile
@@ -3,13 +3,16 @@
PORTNAME= pslist
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/pslist/
MAINTAINER= ports@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>