Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 03:43:04 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359445 - in head/sysutils/jps: . files
Message-ID:  <201406270343.s5R3h4L7007944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jun 27 03:43:03 2014
New Revision: 359445
URL: http://svnweb.freebsd.org/changeset/ports/359445
QAT: https://qat.redports.org/buildarchive/r359445/

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

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

Modified: head/sysutils/jps/Makefile
==============================================================================
--- head/sysutils/jps/Makefile	Fri Jun 27 03:36:23 2014	(r359444)
+++ head/sysutils/jps/Makefile	Fri Jun 27 03:43:03 2014	(r359445)
@@ -12,10 +12,8 @@ COMMENT=	Wrapper to ps(1) that maps pids
 BUILD_DEPENDS=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-MAN1=		jps.1
-MANCOMPRESSED=	yes
-USES=		perl5
-PLIST_FILES=	bin/jps
+USES=		perl5 shebangfix
+PLIST_FILES=	bin/jps man/man1/jps.1.gz
+SHEBANG_FILES=	jps.pl
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/sysutils/jps/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/jps/files/patch-Makefile	Fri Jun 27 03:43:03 2014	(r359445)
@@ -0,0 +1,13 @@
+--- Makefile.orig	2014-06-27 11:33:54.689401738 +0800
++++ Makefile	2014-06-27 11:34:10.118431813 +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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406270343.s5R3h4L7007944>