pkgsrc/graphics/hermes/patches/patch-ac
2008-06-12 02:14:13 +00:00

16 lines
568 B
Text

$NetBSD: patch-ac,v 1.4 2008/06/12 02:14:31 joerg Exp $
--- 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 ${DESTDIR}$(includedir)/Hermes
for incfile in $(publicheaders); do \
- $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
+ $(INSTALL) -m 0644 $$incfile ${DESTDIR}$(includedir)/Hermes; \
done
uninstall-local: