summaryrefslogtreecommitdiff
path: root/graphics/hermes/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /graphics/hermes/patches
parent63309a20a533bc79929c9bd5b3bf872561762300 (diff)
downloadpkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'graphics/hermes/patches')
-rw-r--r--graphics/hermes/patches/patch-ac15
1 files changed, 9 insertions, 6 deletions
diff --git a/graphics/hermes/patches/patch-ac b/graphics/hermes/patches/patch-ac
index 035f0efe310..f3bdb990ba4 100644
--- a/graphics/hermes/patches/patch-ac
+++ b/graphics/hermes/patches/patch-ac
@@ -1,13 +1,16 @@
-$NetBSD: patch-ac,v 1.3 2003/01/19 06:59:53 salo Exp $
+$NetBSD: patch-ac,v 1.4 2008/06/12 02:14:31 joerg Exp $
---- src/Makefile.in.orig Mon Nov 29 16:22:58 1999
-+++ src/Makefile.in Mon Nov 29 16:22:58 1999
-@@ -438,7 +438,7 @@
+--- src/Makefile.in.orig 2003-07-06 15:56:57.000000000 +0000
++++ src/Makefile.in
+@@ -544,9 +544,9 @@ uninstall-am: uninstall-info-am uninstal
cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
install-data-local:
- $(INSTALL) -m 0755 -d $(includedir)/Hermes
-+ $(BSD_INSTALL_PROGRAM_DIR) -m 0755 $(includedir)/Hermes
++ $(BSD_INSTALL_PROGRAM_DIR) -m 0755 ${DESTDIR}$(includedir)/Hermes
for incfile in $(publicheaders); do \
- $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
+- $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
++ $(INSTALL) -m 0644 $$incfile ${DESTDIR}$(includedir)/Hermes; \
done
+
+ uninstall-local: