1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Approved by:	portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-06-27 03:46:23 +00:00
parent b5dcba7231
commit c9bbfe2c2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359446
2 changed files with 16 additions and 5 deletions

View File

@ -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>

View File

@ -0,0 +1,13 @@
--- Makefile.orig 2014-06-27 11:43:49.474359774 +0800
+++ Makefile 2014-06-27 11:44:04.348361308 +0800
@@ -40,8 +40,8 @@ clean:
${RM} -rf ${TARGETS}
install: all
- ${INSTALL_BIN} ${PKG} ${PFX}/bin
- ${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz ${PFX}/${MAN_DIR}
+ ${INSTALL_BIN} ${PKG} $(DESTDIR)${PFX}/bin
+ ${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz $(DESTDIR)${PFX}/${MAN_DIR}
deinstall:
${RM} -f ${PFX}/bin/${PKG}