From okazaki@be.to  Wed Jul 19 08:03:53 2000
Return-Path: <okazaki@be.to>
Received: from SMTP.mtci.ne.jp (smtp.mtci.ne.jp [210.231.230.8])
	by hub.freebsd.org (Postfix) with ESMTP id A636A37BE83
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 19 Jul 2000 08:03:52 -0700 (PDT)
	(envelope-from okazaki@be.to)
Received: from cichli (ppp07-Mobara1.mtci.ne.jp [210.172.1.209])
	by SMTP.mtci.ne.jp (8.9.3/3.7W) with SMTP id AAA00089
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 20 Jul 2000 00:03:34 +0900 (JST)
Received: (qmail 18595 invoked by uid 1001); 19 Jul 2000 15:00:54 -0000
Message-Id: <20000719150054.18594.qmail@dolphin.be.to>
Date: 19 Jul 2000 15:00:54 -0000
From: okazaki@be.to
Reply-To: okazaki@be.to
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: japanese/sj3 post-install typo fix
X-Send-Pr-Version: 3.2

>Number:         20036
>Category:       ports
>Synopsis:       japanese/sj3 post-install typo fix
>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:   Wed Jul 19 08:10:00 PDT 2000
>Closed-Date:    Thu Jul 20 00:16:43 JST 2000
>Last-Modified:  Thu Jul 20 00:17:04 JST 2000
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Unknown
>Environment:

	Recently updated ports-current.

>Description:

	There is a typo in the post-install rule of japanese/sj3,
	notified by bento.
 
>How-To-Repeat:

	make install

>Fix:

	Use the patch below to fix the port.

diff -urN /usr/ports/japanese/sj3/Makefile sj3/Makefile
--- /usr/ports/japanese/sj3/Makefile	Thu Jul  6 00:27:11 2000
+++ sj3/Makefile	Wed Jul 19 23:50:26 2000
@@ -30,7 +30,7 @@
 post-install:
 	if [ ! -f ${STARTUP_SCRIPT} ]; then 				\
 		${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; 	\
-		${INSTALL_SCRIPT} ${FILESDIR}/sj3.sh ${STARTUP_SCRIPT};	\
+		${INSTALL_SCRIPT} ${FILESDIR}/sj3.sh.in ${STARTUP_SCRIPT};	\
 	fi
 	${SETENV} PKG_PREFIX=${PREFIX} \
 		${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Thu Jul 20 00:16:43 JST 2000 
State-Changed-Why:  
Committed, thanks! 

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