diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 16:22:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 16:22:49 +0000 |
commit | e87c047d9ae6f1e8e2862eda08e170e24e8996d0 (patch) | |
tree | 23d93f8bc5fe814d69b2444a05b13cc7b9cef82a /x11 | |
parent | 44a88a9008bcd98ece3b5cd8a7a808af8073c271 (diff) | |
download | pkgsrc-e87c047d9ae6f1e8e2862eda08e170e24e8996d0.tar.gz |
rm -> ${RM}, find -> ${FIND}, use ${MASTER_SITE_SUNSITE}, remove
unnecessary article and '.' from COMMENT
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpmicons/Makefile | 12 | ||||
-rw-r--r-- | 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 |