aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/jtop/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-27 11:46:23 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-27 11:46:23 +0800
commit38ad981f11a84d937806684af2fea4edf3b84a37 (patch)
treeb7a0ae0eb1a8762a7d2e0adce12aab3bdf45c698 /sysutils/jtop/Makefile
parent323385f1c08b3718772a47c899b9e395dd900994 (diff)
downloadfreebsd-ports-gnome-38ad981f11a84d937806684af2fea4edf3b84a37.tar.gz
freebsd-ports-gnome-38ad981f11a84d937806684af2fea4edf3b84a37.tar.zst
freebsd-ports-gnome-38ad981f11a84d937806684af2fea4edf3b84a37.zip
Stagify.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'sysutils/jtop/Makefile')
-rw-r--r--sysutils/jtop/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile
index f1b9d422ace5..be6f1faf3eb0 100644
--- a/sysutils/jtop/Makefile
+++ b/sysutils/jtop/Makefile
@@ -12,10 +12,8 @@ COMMENT= Wrapper to top(1) that maps pids to jails
BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
-MAN1= jtop.1
-MANCOMPRESSED= yes
-USES= perl5
-PLIST_FILES= bin/jtop
+USES= perl5 shebangfix
+PLIST_FILES= bin/jtop man/man1/jtop.1.gz
+SHEBANG_FILES= jtop.pl
-NO_STAGE= yes
.include <bsd.port.mk>