Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 00:27:52 +0800 (CST)
From:      "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54785: [Update] correct typo in ports/graphics/giram/Makefile
Message-ID:  <200307231627.h6NGRq9A018542@alumni.csie.nctu.edu.tw>
Resent-Message-ID: <200307231630.h6NGUDsa031286@freefall.freebsd.org>

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

>Number:         54785
>Category:       ports
>Synopsis:       [Update] correct typo in ports/graphics/giram/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 23 09:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
yinjieh vmware lab
>Environment:
System: FreeBSD stable.yinjieh.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

	Fix typo in ports/graphics/giram/Makefile.

	USE_PERL5_BUUID -> USE_PERL5_BUILD

	Please commit it, thanks!

>How-To-Repeat:

	By looking into ports/graphics/giram/Makefile.

>Fix:

	

--- giram.patch begins here ---
diff -ruN /usr/ports/graphics/giram/Makefile giram/Makefile
--- /usr/ports/graphics/giram/Makefile	Thu Jul 24 00:09:32 2003
+++ giram/Makefile	Thu Jul 24 00:16:15 2003
@@ -14,7 +14,7 @@
 COMMENT=	A POV-Ray oriented modeller
 
 USE_X_PREFIX=	yes
-USE_PERL5_BUUID=	yes
+USE_PERL5_BUILD=	yes
 USE_GNOME=	gtk20
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
--- giram.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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