From 959426cc3810cee376402d2470a1f771497e8d90 Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 1 Apr 2000 03:42:32 +0000 Subject: update mastersites PR: 17166 Submitted by: KATO Tsuguru --- graphics/hobbes-icons-xpm/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'graphics') 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 -- cgit