aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-27 11:33:06 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-27 11:33:06 +0800
commit53fdfdda5972218571edd8473a703733a211a762 (patch)
treea6b3e88223e2539e94a134f54d3d2f38fd1013f5 /sysutils
parente25cbafe69205aa191b7a58722bf528e9a4a4259 (diff)
downloadfreebsd-ports-gnome-53fdfdda5972218571edd8473a703733a211a762.tar.gz
freebsd-ports-gnome-53fdfdda5972218571edd8473a703733a211a762.tar.zst
freebsd-ports-gnome-53fdfdda5972218571edd8473a703733a211a762.zip
Stagify.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/jkill/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/jkill/Makefile b/sysutils/jkill/Makefile
index d39ebd465a7b..68d23b8efed3 100644
--- a/sysutils/jkill/Makefile
+++ b/sysutils/jkill/Makefile
@@ -10,12 +10,10 @@ PKGNAMEPREFIX=
MAINTAINER= pavel@ext.by
COMMENT= Shutdowns a running jail and all its processes
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= run
+SHEBANG_FILES= jkill.pl
-MAN1= jkill.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/jkill
+PLIST_FILES= bin/jkill man/man1/jkill.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>