Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2000 13:18:15 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17166: Update port: graphics/hobbes-icons-xpm
Message-ID:  <200003032118.NAA63540@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         17166
>Category:       ports
>Synopsis:       Update port: graphics/hobbes-icons-xpm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar  3 13:20:06 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003032118.NAA63540>