svn commit: r359446 - in head/sysutils/jtop: . files

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 27 03:46:24 UTC 2014


Author: vanilla
Date: Fri Jun 27 03:46:23 2014
New Revision: 359446
URL: http://svnweb.freebsd.org/changeset/ports/359446
QAT: https://qat.redports.org/buildarchive/r359446/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Added:
  head/sysutils/jtop/files/
  head/sysutils/jtop/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/jtop/Makefile

Modified: head/sysutils/jtop/Makefile
==============================================================================
--- head/sysutils/jtop/Makefile	Fri Jun 27 03:43:03 2014	(r359445)
+++ head/sysutils/jtop/Makefile	Fri Jun 27 03:46:23 2014	(r359446)
@@ -12,10 +12,8 @@ COMMENT=	Wrapper to top(1) that maps pid
 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>

Added: head/sysutils/jtop/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/jtop/files/patch-Makefile	Fri Jun 27 03:46:23 2014	(r359446)
@@ -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}


More information about the svn-ports-all mailing list