Date: Tue, 24 Jun 2014 15:42:43 +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: r359100 - in head/ports-mgmt/portsearch: . files Message-ID: <201406241542.s5OFghqs086032@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Tue Jun 24 15:42:43 2014 New Revision: 359100 URL: http://svnweb.freebsd.org/changeset/ports/359100 QAT: https://qat.redports.org/buildarchive/r359100/ Log: Stagify. Approved by: portmgr@ (blanket approval) Added: head/ports-mgmt/portsearch/files/ head/ports-mgmt/portsearch/files/patch-Makefile (contents, props changed) Modified: head/ports-mgmt/portsearch/Makefile Modified: head/ports-mgmt/portsearch/Makefile ============================================================================== --- head/ports-mgmt/portsearch/Makefile Tue Jun 24 15:37:54 2014 (r359099) +++ head/ports-mgmt/portsearch/Makefile Tue Jun 24 15:42:43 2014 (r359100) @@ -16,5 +16,4 @@ LICENSE= BSD2CLAUSE PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes .include <bsd.port.mk> Added: head/ports-mgmt/portsearch/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/portsearch/files/patch-Makefile Tue Jun 24 15:42:43 2014 (r359100) @@ -0,0 +1,15 @@ +--- Makefile.orig 2014-06-24 23:40:10.656628805 +0800 ++++ Makefile 2014-06-24 23:40:32.926628413 +0800 +@@ -15,9 +15,9 @@ ${target}: + all: build + + install: build +- ${INSTALL_PROGRAM} src/portsearch ${PREFIX}/bin/ +- ${MKDIR} ${DATADIR} +- ${INSTALL_DATA} Mk/Makefile ${DATADIR}/ ++ ${INSTALL_PROGRAM} src/portsearch $(DESTDIR)${PREFIX}/bin/ ++ ${MKDIR} $(DESTDIR)${DATADIR} ++ ${INSTALL_DATA} Mk/Makefile $(DESTDIR)${DATADIR}/ + + .include "Makefile.var" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406241542.s5OFghqs086032>