From owner-svn-ports-head@FreeBSD.ORG Fri Jun 27 03:46:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D1ACD13; Fri, 27 Jun 2014 03:46:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE53729D7; Fri, 27 Jun 2014 03:46:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5R3kNQQ008602; Fri, 27 Jun 2014 03:46:23 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5R3kNOo008600; Fri, 27 Jun 2014 03:46:23 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406270346.s5R3kNOo008600@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 27 Jun 2014 03:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359446 - in head/sysutils/jtop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 03:46:24 -0000 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 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}