Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2000 07:08:15 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20934: Fix emulators/frodo
Message-ID:  <200008300508.e7U58F332192@home.dinoex.sub.org>

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

>Number:         20934
>Category:       ports
>Synopsis:       Fix emulators/frodo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 29 22:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
privat
>Environment:

	X11, tcl/tk 8.2

>Description:

	closing baracked missing in Makefile

>How-To-Repeat:

	build port

>Fix:

	apply the patches

diff frodo/Makefile frodo-4.1a/Makefile
--- frodo/Makefile	Fri Jun 23 18:37:32 2000
+++ frodo-4.1a/Makefile	Wed Aug 30 06:11:20 2000
@@ -39,7 +42,7 @@
 	${INSTALL_DATA} "${WRKDIR}/Frodo/Frodo Logo" ${PREFIX}/libexec/frodo
 	${CP} "${WRKDIR}/Frodo/TkGui.tcl" ${PREFIX}/libexec/frodo
 	${MKDIR} ${PREFIX}/libexec/frodo/64prgs
-	@(${TAR} -C ${WRKDIR}/Frodo/64prgs -cf - . | ${TAR} -C ${PREFIX}/libexec/frodo/64prgs -xf -
+	@(${TAR} -C ${WRKDIR}/Frodo/64prgs -cf - . | ${TAR} -C ${PREFIX}/libexec/frodo/64prgs -xf -)
 
 post-install:
 .if !defined(NOPORTDOCS)

>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?200008300508.e7U58F332192>