svn commit: r359100 - in head/ports-mgmt/portsearch: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 24 15:42:44 UTC 2014
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"
+
More information about the svn-ports-head
mailing list