aboutsummaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-01 03:42:32 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-01 03:42:32 +0000
commita1d359b787420383afa6faed88e3290bdda2b162 (patch)
tree64fed36c6369fc3f5b14ba5be9d46b4fc48d23bf /graphics/hobbes-icons-xpm
parent3acc3fb9e465b79dcf0e258e3ea9b08989cb2f27 (diff)
downloadports-a1d359b787420383afa6faed88e3290bdda2b162.tar.gz
ports-a1d359b787420383afa6faed88e3290bdda2b162.zip
update mastersites
PR: 17166 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=27221
Diffstat (limited to 'graphics/hobbes-icons-xpm')
-rw-r--r--graphics/hobbes-icons-xpm/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile
index afa6d660a003..f2eff4d5027e 100644
--- a/graphics/hobbes-icons-xpm/Makefile
+++ b/graphics/hobbes-icons-xpm/Makefile
@@ -9,9 +9,8 @@
DISTNAME= hobbes-icons-xpm3
PKGNAME= hobbes-icons-xpm3-1.0
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
- ftp://ftp.duke.edu/pub/X11/R5contrib/ \
- ftp://ftp.sunet.se/pub/X11/R5contrib/
+MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
+ ftp://ftp.freesoftware.com/pub/X11/R5contrib/
MAINTAINER= giffunip@asme.org
@@ -22,7 +21,7 @@ NO_BUILD= yes
LIBDIR= ${PREFIX}/include/X11/pixmaps
do-install:
- ${MKDIR} ${LIBDIR}
+ @${MKDIR} ${LIBDIR}
${CP} -R ${WRKSRC}/* ${LIBDIR}
${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
-${RM} ${LIBDIR}/README
@@ -30,7 +29,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3
+ @${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hobbes-icons-xpm3
${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${PREFIX}/share/doc/hobbes-icons-xpm3
.endif