Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2001 17:26:16 +0200 (CEST)
From:      jesse@cs.uni-magdeburg.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26673: lang/squeak2: Small bug fix for the Makefile
Message-ID:  <200104181526.f3IFQG817856@arthur.cs.uni-magdeburg.de>

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

>Number:         26673
>Category:       ports
>Synopsis:       lang/squeak2: Small bug fix for the Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 08:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.3-BETA i386
>Organization:
Otto-von-Guericke University of Magdeburg
>Environment:
System: FreeBSD arthur.cs.uni-magdeburg.de 4.3-BETA FreeBSD 4.3-BETA #1: Thu Mar 15 09:22:08 CET 2001 root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR i386
>Description:
PR 26458 fixed a change in the distfiles' names. The PR missed a
change in one place. The appended patch fixes that.

Thanks to George W. Dinolt <gdinolt@pacbell.net> for reporting this.
>How-To-Repeat:
build port lang/squeak2
>Fix:
diff -ruN squeak2.bak/Makefile squeak2/Makefile
--- squeak2.bak/Makefile	Wed Apr 18 17:18:32 2001
+++ squeak2/Makefile	Wed Apr 18 17:18:41 2001
@@ -42,7 +42,7 @@
 	(cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f)
 	(cd ${PREFIX}/share/squeak && ${EXTRACT_CMD} -d $f)
 .endfor
-	(cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak2.7.changes)
+	(cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak-2.7.changes)
 
 post-install:
 	@${ECHO} "Make sure you have ${PREFIX}/bin in your PATH"
>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?200104181526.f3IFQG817856>