Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2001 07:08:04 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25612: Update port: lang/smalltalk
Message-ID:  <200103081508.f28F84a60983@freefall.freebsd.org>

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

>Number:         25612
>Category:       ports
>Synopsis:       Update port: lang/smalltalk
>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:   Thu Mar 08 07:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix typo in post-install target

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/lang/smalltalk/Makefile lang/smalltalk/Makefile
--- /usr/ports/lang/smalltalk/Makefile	Thu Mar  8 19:38:21 2001
+++ lang/smalltalk/Makefile	Thu Mar  8 22:01:11 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	smalltalk
 PORTVERSION=	1.95.3
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -34,6 +35,6 @@
 		 s|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g'
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/libgst/libgst.a ${PREFIX}/lib
+	${INSTALL_DATA} ${WRKSRC}/libgst/.libs/libgst.a ${PREFIX}/lib
 
 .include <bsd.port.mk>

>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?200103081508.f28F84a60983>