From a284361899ba5e86cc68b6c319735f53e9a5b338 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 8 Mar 2004 15:24:40 +0000 Subject: Get rid of the SPLASH_NAME variable, because SITES_${SPLASH_NAME} was not beeing defined properly (causing a build failure). (I could have defined the variable at the very beginning of the Makefile, but this annoys pkglint.) --- x11/gnome-session/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 6548afdbefc..8f1da177013 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.33 2004/03/07 17:42:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2004/03/08 15:24:40 jmmv Exp $ # DISTNAME= gnome-session-2.4.2 PKGREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.4/} -SITES_${SPLASH_NAME}= ${MASTER_SITE_LOCAL:=gnome-splash/} +SITES_gnome-splash-2.4.2.png= ${MASTER_SITE_LOCAL:=gnome-splash/} EXTRACT_SUFX= .tar.bz2 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SPLASH_NAME} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gnome-splash-2.4.2.png MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.gnome.org/ @@ -26,14 +26,13 @@ USE_X11= yes USE_PERL5= build USE_LIBTOOL= yes -SPLASH_NAME= gnome-splash-2.4.2.png - GCONF2_SCHEMAS= gnome-session.schemas post-extract: ${MV} ${WRKSRC}/gnome-session/gnome-splash.png \ ${WRKSRC}/gnome-session/gnome-splash-orig.png - ${CP} ${DISTDIR}/${SPLASH_NAME} ${WRKSRC}/gnome-session/gnome-splash.png + ${CP} ${DISTDIR}/gnome-splash-2.4.2.png \ + ${WRKSRC}/gnome-session/gnome-splash.png post-install: ${INSTALL_DATA} ${WRKSRC}/gnome-session/gnome-splash-orig.png \ -- cgit v1.2.3