diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-27 11:46:23 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-27 11:46:23 +0800 |
commit | 38ad981f11a84d937806684af2fea4edf3b84a37 (patch) | |
tree | b7a0ae0eb1a8762a7d2e0adce12aab3bdf45c698 /sysutils/jtop/Makefile | |
parent | 323385f1c08b3718772a47c899b9e395dd900994 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |