Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2011 20:51:51 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157971: Small change to math/octave-forge-octproj
Message-ID:  <201106180151.p5I1ppOK046260@wilberforce.math.missouri.edu>
Resent-Message-ID: <201106180200.p5I20PWT004993@freefall.freebsd.org>

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

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



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