Skip site navigation (1)Skip section navigation (2)
Date:      19 Jul 2000 15:00:54 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/20036: japanese/sj3 post-install typo fix
Message-ID:  <20000719150054.18594.qmail@dolphin.be.to>

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

>Number:         20036
>Category:       ports
>Synopsis:       japanese/sj3 post-install typo fix
>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 Jul 19 08:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?20000719150054.18594.qmail>