ports/157971: Small change to math/octave-forge-octproj

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Jun 18 02:00:25 UTC 2011


>Number:         157971
>Category:       ports
>Synopsis:       Small change to math/octave-forge-octproj
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 18 02:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen at wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
The Makefile uses
${REINPLACE_CMD} s/CC/CCC/ ${WRKSRC}/Makefile
when the following line would be a better description of the intent.
${REINPLACE_CMD} s/CC/MKOCTFILE/ ${WRKSRC}/Makefile

>How-To-Repeat:
	
>Fix:

	

diff -ur /usr/ports/math/octave-forge-octproj/Makefile octave-forge-octproj/Makefile
--- /usr/ports/math/octave-forge-octproj/Makefile	2011-06-15 05:41:00.000000000 +0000
+++ octave-forge-octproj/Makefile	2011-06-18 01:27:20.000000000 +0000
@@ -19,7 +19,7 @@
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"
 post-extract:
-	${REINPLACE_CMD} s/CC/CCC/ ${WRKSRC}/Makefile
+	${REINPLACE_CMD} s/CC/MKOCTFILE/ ${WRKSRC}/Makefile
 
 post-build:
 	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list