svn commit: r359445 - in head/sysutils/jps: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Jun 27 03:43:04 UTC 2014
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}
More information about the svn-ports-all
mailing list