Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 1999 15:42:06 -0800 (PST)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10938: Update: graphics/xfpovray
Message-ID:  <199904032342.PAA80618@patrol.area51.fremont.ca.us>

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

>Number:         10938
>Category:       ports
>Synopsis:       Update: graphics/xfpovray
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr  3 15:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Changes:
	- MASTER_SITE was returning a 403 error.
	- perl -> ${PERL}

portlint: 0 errors, 0 warnings

>How-To-Repeat:

	

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/graphics/xfpovray/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	1999/01/11 11:29:24	1.10
+++ Makefile	1999/04/03 23:34:19
@@ -8,8 +8,7 @@
 
 DISTNAME=       xfpovray-1.3.1
 CATEGORIES=	graphics
-MASTER_SITES=	http://www.batse.msfc.nasa.gov/~mallozzi/software/xfpovray/v1.3.1/ \
-		${MASTER_SITE_SUNSITE}
+MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	apps/graphics/rays/pov
 EXTRACT_SUFX=	.tgz
 
@@ -26,6 +25,6 @@
 NO_INSTALL_MANPAGES=	yes
 
 post-patch:
-	@/usr/bin/perl -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
+	@${PERL} -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h
 
 .include <bsd.port.mk>


>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?199904032342.PAA80618>