aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hobbes-icons-xpm
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-01 11:42:32 +0800
committermharo <mharo@FreeBSD.org>2000-04-01 11:42:32 +0800
commit959426cc3810cee376402d2470a1f771497e8d90 (patch)
tree36ce86f872d76d203d32d7d21f0011806d864094 /graphics/hobbes-icons-xpm
parentcaacc07b4106af4268189b75b1e8588cbe1f9235 (diff)
downloadfreebsd-ports-graphics-959426cc3810cee376402d2470a1f771497e8d90.tar.gz
freebsd-ports-graphics-959426cc3810cee376402d2470a1f771497e8d90.tar.zst
freebsd-ports-graphics-959426cc3810cee376402d2470a1f771497e8d90.zip
update mastersites
PR: 17166 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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 afa6d660a00..f2eff4d5027 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