From b5dcba72319540e1a68a3c0035a96f5018fb5116 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 27 Jun 2014 03:43:03 +0000 Subject: Stagify. Approved by: portmgr@ (blanket approval) --- sysutils/jps/files/patch-Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/jps/files/patch-Makefile (limited to 'sysutils/jps/files/patch-Makefile') diff --git a/sysutils/jps/files/patch-Makefile b/sysutils/jps/files/patch-Makefile new file mode 100644 index 000000000000..3f8ec1881c3b --- /dev/null +++ b/sysutils/jps/files/patch-Makefile @@ -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} -- cgit v1.2.3