From nobody@FreeBSD.org  Fri Mar  3 13:18:15 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6192537B568
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Mar 2000 13:18:15 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id NAA63540;
	Fri, 3 Mar 2000 13:18:15 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200003032118.NAA63540@freefall.freebsd.org>
Date: Fri, 3 Mar 2000 13:18:15 -0800 (PST)
From: tkato@prontomail.ne.jp
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: graphics/hobbes-icons-xpm
X-Send-Pr-Version: www-1.0

>Number:         17166
>Category:       ports
>Synopsis:       Update port: graphics/hobbes-icons-xpm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar  3 13:20:06 PST 2000
>Closed-Date:    Fri Mar 31 19:42:42 PST 2000
>Last-Modified:  Fri Mar 31 19:42:52 PST 2000
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/hobbes-icons-xpm/Makefile graphics/hobbes-icons-xpm/Makefile
--- /usr/ports/graphics/hobbes-icons-xpm/Makefile	Wed Aug 25 19:16:15 1999
+++ graphics/hobbes-icons-xpm/Makefile	Fri Mar  3 08:49:15 2000
@@ -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 @@
 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 @@
 
 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


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Fri Mar 31 19:42:42 PST 2000 
State-Changed-Why:  
Committed, thanks 
>Unformatted:
