summaryrefslogtreecommitdiff
path: root/misc/firestring/files/patch-firemake__headers
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-05-20 06:54:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-05-20 06:54:20 +0000
commit97d8d6e3d2922ef0cf96476d76bdc7a19fd6e42c (patch)
tree5456169f1b03af6f7f69c3d753323e994a3781ce /misc/firestring/files/patch-firemake__headers
parent- Adds staging support to www/apercu. [1] (diff)
Support staging.
Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=354601
Diffstat (limited to 'misc/firestring/files/patch-firemake__headers')
-rw-r--r--misc/firestring/files/patch-firemake__headers11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/firestring/files/patch-firemake__headers b/misc/firestring/files/patch-firemake__headers
new file mode 100644
index 000000000000..8ff3fd26289b
--- /dev/null
+++ b/misc/firestring/files/patch-firemake__headers
@@ -0,0 +1,11 @@
+--- firemake/headers.orig 2014-05-20 14:43:33.135642364 +0800
++++ firemake/headers 2014-05-20 14:43:44.118599465 +0800
+@@ -16,7 +16,7 @@ case $PHASE in
+ $ECHO "install_headers:"
+
+ for HEADER in $HEADERS; do
+- $ECHO " $INSTALL $HEADER \$(INCLUDEDIR) $INSTALL_USER $INSTALL_GROUP 0644"
++ $ECHO " $INSTALL $HEADER \$(DESTDIR)\$(INCLUDEDIR) $INSTALL_USER $INSTALL_GROUP 0644"
+ done
+ $ECHO
+