diff options
author | tron <tron@pkgsrc.org> | 1999-11-15 00:34:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-15 00:34:53 +0000 |
commit | 1acb9c64a04bf79fe7e5a344b46b411808f45e8c (patch) | |
tree | 6497d9d2e5817a4b87ef9d709f8a5947fbdb38ee /x11/kdebase | |
parent | db12922dfba15ce3edebd5f3590a5753a8f76206 (diff) | |
download | pkgsrc-1acb9c64a04bf79fe7e5a344b46b411808f45e8c.tar.gz |
Because we don't really want to have binary files in our source trees
fetch the daemon picture from "ftp.netbsd.org".
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 11 | ||||
-rw-r--r-- | x11/kdebase/files/Daemon.png | bin | 15725 -> 0 bytes | |||
-rw-r--r-- | x11/kdebase/files/md5 | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index f1ac3c474a6..733c29f3b7c 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.55 1999/11/14 22:54:30 tron Exp $ +# $NetBSD: Makefile,v 1.56 1999/11/15 00:34:53 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 CATEGORIES= x11 kde MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \ - ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ + ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \ + ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.kde.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext @@ -31,6 +33,7 @@ CONFIGURE_ENV= KDEDIR=${PREFIX} \ CXXFLAGS="${CFLAGS}" \ all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" +EXTRACT_ONLY= ${DISTNAME}.tar.bz2 PLIST_SRC= ${WRKDIR}/PLIST PLIST_DIRS= share/kde/applnk share/kde/apps/kappfinder \ share/kde/apps/kdisknav share/kde/icons share/kde/mimelnk @@ -65,6 +68,6 @@ post-install: <kdmrc.new >kdmrc ; \ ${ECHO} 'LogoPixmap=${PREFIX}/share/kde/icons/Daemon.png' >>kdmrc ; \ ${RM} kdmrc.new - ${INSTALL_DATA} ${FILESDIR}/Daemon.png ${PREFIX}/share/kde/icons/Daemon.png + ${INSTALL_DATA} ${DISTDIR}/Daemon.png ${PREFIX}/share/kde/icons .include "../../mk/bsd.pkg.mk" diff --git a/x11/kdebase/files/Daemon.png b/x11/kdebase/files/Daemon.png Binary files differdeleted file mode 100644 index f0a4068d561..00000000000 --- a/x11/kdebase/files/Daemon.png +++ /dev/null diff --git a/x11/kdebase/files/md5 b/x11/kdebase/files/md5 index afce28bd917..12d12d6f148 100644 --- a/x11/kdebase/files/md5 +++ b/x11/kdebase/files/md5 @@ -1,3 +1,4 @@ -$NetBSD: md5,v 1.8 1999/09/15 18:26:04 tron Exp $ +$NetBSD: md5,v 1.9 1999/11/15 00:34:56 tron Exp $ MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254 +MD5 (Daemon.png) = b5240009171ebb04560e00b24adf52f9 |