ports/54785: [Update] correct typo in ports/graphics/giram/Makefile

Ying-Chieh Chen yinjieh at csie.nctu.edu.tw
Wed Jul 23 16:30:15 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list