From 235ccbe10197de658b9e130bbf84c3e51528bc54 Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 19 Jan 2003 06:52:54 +0000 Subject: s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV. --- graphics/hermes/Makefile | 3 +-- graphics/hermes/distinfo | 4 ++-- graphics/hermes/patches/patch-ac | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'graphics/hermes') 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 -- cgit v1.2.3