From nobody@FreeBSD.org  Thu Mar  8 07:08:04 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 3B5B637B719
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Mar 2001 07:08:04 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f28F84a60983;
	Thu, 8 Mar 2001 07:08:04 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200103081508.f28F84a60983@freefall.freebsd.org>
Date: Thu, 8 Mar 2001 07:08:04 -0800 (PST)
From: tkato@prontomail.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: lang/smalltalk
X-Send-Pr-Version: www-1.0

>Number:         25612
>Category:       ports
>Synopsis:       Update port: lang/smalltalk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 08 07:10:01 PST 2001
>Closed-Date:    Thu Mar 8 07:34:09 PST 2001
>Last-Modified:  Thu Mar 08 07:37:47 PST 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Thu Mar 8 07:34:09 PST 2001 
State-Changed-Why:  
The same fix was already committed. I did not bump PORTREVISION because the 
port could not be installed, so there's nothing to upgrade yet. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25612 
>Unformatted:
