diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 13:49:38 +0000 |
commit | 77e08cb99162242733f35959d173fe8e631757ad (patch) | |
tree | 6a70661767445fee7ab387b60e24660d16973b61 /graphics/ee | |
parent | b2aa3a580bae899ec8156a4a8d486fd19377386d (diff) | |
download | pkgsrc-77e08cb99162242733f35959d173fe8e631757ad.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'graphics/ee')
-rw-r--r-- | graphics/ee/Makefile | 4 | ||||
-rw-r--r-- | graphics/ee/distinfo | 4 | ||||
-rw-r--r-- | graphics/ee/patches/patch-ab | 10 |
3 files changed, 8 insertions, 10 deletions
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile index 36741fe8c29..74bbc11588d 100644 --- a/graphics/ee/Makefile +++ b/graphics/ee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/10/19 10:54:52 rh Exp $ +# $NetBSD: Makefile,v 1.27 2002/12/01 13:49:39 salo Exp $ DISTNAME= ee-0.3.12 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Image viewer based on imlib by the Rasterman. Gtk clone of xv USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined USE_X11BASE= # defined USE_GMAKE= # defined @@ -21,7 +22,6 @@ LOCALSTATEDIR= /var/gnome GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --with-glib-prefix=${BUILDLINK_PREFIX.glib} -CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} .include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/ee/distinfo b/graphics/ee/distinfo index f40a2052b02..29c05ad2b33 100644 --- a/graphics/ee/distinfo +++ b/graphics/ee/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/01/24 15:44:12 wiz Exp $ +$NetBSD: distinfo,v 1.4 2002/12/01 13:49:39 salo Exp $ SHA1 (ee-0.3.12.tar.gz) = 7a7bcd75485de3d16d1b2fc25f4ac499e3c7c932 Size (ee-0.3.12.tar.gz) = 437916 bytes SHA1 (patch-aa) = 3cb285731f60dc868266c66af77d17bc9da2a464 -SHA1 (patch-ab) = ae8db887be68291d8fe4edf4d634c1e3caf2e711 +SHA1 (patch-ab) = 9a606712b78dcbceddf65ced8f5572a3860c7bad diff --git a/graphics/ee/patches/patch-ab b/graphics/ee/patches/patch-ab index 40fea09c2dc..b203b273be8 100644 --- a/graphics/ee/patches/patch-ab +++ b/graphics/ee/patches/patch-ab @@ -1,13 +1,11 @@ -$NetBSD: patch-ab,v 1.3 2002/01/24 15:44:12 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2002/12/01 13:49:39 salo Exp $ ---- configure.orig Mon Jul 17 17:42:39 2000 -+++ configure -@@ -4740,6 +4740,10 @@ +--- configure.orig Mon Jul 17 23:42:39 2000 ++++ configure Sun Dec 1 14:21:19 2002 +@@ -4740,6 +4740,8 @@ -+# Set DATADIRNAME to "${PKGLOCALEDIR}" -+DATADIRNAME="${PKGLOCALEDIR}" +INTLDEPS= +INTLLIBS="-lintl" |