diff options
Diffstat (limited to 'graphics/hermes/patches/patch-ac')
-rw-r--r-- | graphics/hermes/patches/patch-ac | 15 |
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: |