summaryrefslogtreecommitdiff
path: root/graphics/hermes
diff options
context:
space:
mode:
authorsalo <salo>2003-01-19 06:52:54 +0000
committersalo <salo>2003-01-19 06:52:54 +0000
commitb27722946d8ebae0d1bcde314a39921b489b5de8 (patch)
treec113467448f8852bf0356e69123b6b45b97afa46 /graphics/hermes
parent2852d9901fb104f0b7f5c7653be2d640ad40d999 (diff)
downloadpkgsrc-b27722946d8ebae0d1bcde314a39921b489b5de8.tar.gz
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Diffstat (limited to 'graphics/hermes')
-rw-r--r--graphics/hermes/Makefile3
-rw-r--r--graphics/hermes/distinfo4
-rw-r--r--graphics/hermes/patches/patch-ac4
3 files changed, 5 insertions, 6 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile
index 5b3fdddd543..051aa678de2 100644
--- a/graphics/hermes/Makefile
+++ b/graphics/hermes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/08/25 18:39:09 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/19 06:59:52 salo Exp $
DISTNAME= Hermes-1.3.2
PKGREVISION= 1
@@ -16,6 +16,5 @@ USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
USE_GMAKE= yes
-MAKE_ENV= INSTALL_PROGRAM_DIR="${INSTALL_PROGRAM_DIR}"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/hermes/distinfo b/graphics/hermes/distinfo
index db1d92848ee..b77ed3162cd 100644
--- a/graphics/hermes/distinfo
+++ b/graphics/hermes/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2002/08/25 18:39:10 jlam Exp $
+$NetBSD: distinfo,v 1.5 2003/01/19 06:59:53 salo Exp $
SHA1 (Hermes-1.3.2.tar.gz) = d1a0edd8814ac3e9e699fd33843e60879d285083
Size (Hermes-1.3.2.tar.gz) = 258439 bytes
SHA1 (patch-aa) = 459804a7fe816c4b2d37bc0461d923352f99c129
-SHA1 (patch-ac) = 680c52e97a7645a38245c7351fc79119828f97a9
+SHA1 (patch-ac) = 986475db735c3e01b7c7f0edb0c3bf5d6708b704
SHA1 (patch-ad) = 480f7ef8dd9ec2ebb7b273328be163ae152d8226
SHA1 (patch-ae) = b45652212ece5a7c70f86717ed81ba9993e03e9a
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