summaryrefslogtreecommitdiff
path: root/graphics/hermes/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-19 06:52:54 +0000
committersalo <salo@pkgsrc.org>2003-01-19 06:52:54 +0000
commit235ccbe10197de658b9e130bbf84c3e51528bc54 (patch)
treec113467448f8852bf0356e69123b6b45b97afa46 /graphics/hermes/patches
parenta44600312f84551b1faacb0587aaa9024711f762 (diff)
downloadpkgsrc-235ccbe10197de658b9e130bbf84c3e51528bc54.tar.gz
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'graphics/hermes/patches')
-rw-r--r--graphics/hermes/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hermes/patches/patch-ac b/graphics/hermes/patches/patch-ac
index e68158e8209..035f0efe310 100644
--- a/graphics/hermes/patches/patch-ac
+++ b/graphics/hermes/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 1999/11/30 08:22:16 rh Exp $
+$NetBSD: patch-ac,v 1.3 2003/01/19 06:59:53 salo Exp $
--- src/Makefile.in.orig Mon Nov 29 16:22:58 1999
+++ src/Makefile.in Mon Nov 29 16:22:58 1999
@@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.2 1999/11/30 08:22:16 rh Exp $
install-data-local:
- $(INSTALL) -m 0755 -d $(includedir)/Hermes
-+ $(INSTALL_PROGRAM_DIR) -m 0755 $(includedir)/Hermes
++ $(BSD_INSTALL_PROGRAM_DIR) -m 0755 $(includedir)/Hermes
for incfile in $(publicheaders); do \
$(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
done