From 183354c3ae7958ea8ad6e513f68aa7b489e459b5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Feb 2000 16:22:49 +0000 Subject: rm -> ${RM}, find -> ${FIND}, use ${MASTER_SITE_SUNSITE}, remove unnecessary article and '.' from COMMENT --- x11/xpmicons/Makefile | 12 ++++++------ x11/xpmicons/pkg/COMMENT | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/x11/xpmicons/Makefile b/x11/xpmicons/Makefile index 7b8d2a5e4d3..aa542dedd68 100644 --- a/x11/xpmicons/Makefile +++ b/x11/xpmicons/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/12 03:38:53 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/05 16:22:49 wiz Exp $ DISTNAME= xpmicons-1.0 CATEGORIES= x11 MASTER_SITES= http://www.plig.org/xwinman/ \ ftp://ftp.cit.gu.edu.au/pub/AIcons/ \ - ftp://sunsite.unc.edu/pub/Linux/X11/icons/ \ + ${MASTER_SITE_SUNSITE:=X11/icons/} \ http://the-labs.com/AfterStep/ \ http://nether.tky.hut.fi/iconstore/ -DIST_SUBDIR= icons DISTFILES= icons.tar.gz appl.tar.gz desc.tar.gz KDEicons.tgz \ 3d_pixmaps_V1.21.tar.gz StarOffice3.1-icons.tar.gz \ eicons-1.0.tar.gz kdeicons.tgz wm-icons-0.2.6.tar.gz \ @@ -17,15 +16,16 @@ DISTFILES= icons.tar.gz appl.tar.gz desc.tar.gz KDEicons.tgz \ MAINTAINER= root@garbled.net +DIST_SUBDIR= icons WRKSRC= ${WRKDIR} USE_X11BASE= yes NO_BUILD= yes post-extract: - find ${WRKSRC} -type d -name .xvpics -exec rm -rf {} \; + ${FIND} ${WRKSRC} -type d -name .xvpics -exec ${RM} -rf {} \; do-install: - find ${WRKSRC} -name \*.xpm -exec ${INSTALL_DATA} {} ${PREFIX}/include/X11/pixmaps \; - find ${WRKSRC} -name \*.xbm -exec ${INSTALL_DATA} {} ${PREFIX}/include/X11/bitmaps \; + ${FIND} ${WRKSRC} -name \*.xpm -exec ${INSTALL_DATA} {} ${PREFIX}/include/X11/pixmaps \; + ${FIND} ${WRKSRC} -name \*.xbm -exec ${INSTALL_DATA} {} ${PREFIX}/include/X11/bitmaps \; .include "../../mk/bsd.pkg.mk" diff --git a/x11/xpmicons/pkg/COMMENT b/x11/xpmicons/pkg/COMMENT index 8a9e028c40f..132e234671e 100644 --- a/x11/xpmicons/pkg/COMMENT +++ b/x11/xpmicons/pkg/COMMENT @@ -1 +1 @@ -a huge collection of icons for any windowmanager. +huge collection of icons for any windowmanager -- cgit v1.2.3