Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 1996 21:57:07 +0900 (JST)
From:      mita@iis.u-tokyo.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/1996: jp-pkfonts{resolution} ports
Message-ID:  <199611121257.VAA06935@hanpen.fujita3.iis.u-tokyo.ac.jp>
Resent-Message-ID: <199611121300.FAA21922@freefall.freebsd.org>

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

>Number:         1996
>Category:       ports
>Synopsis:       Install script is called from Makefile without  `/bin/csh'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 12 05:00:11 PST 1996
>Last-Modified:
>Originator:     MITA Yoshio
>Organization:
School of Electric Engineering, the University of TOKYO, Japan
>Release:        FreeBSD 2.2-961014-SNAP i386
>Environment:

FreeBSD-2.2-961014-SNAP + Ports-current

>Description:
Makefile of jp-pkfonts${RESOLUTION}-1.0 calls csh script
${SCRIPTDIR)/${RESOLUTION}.list without /bin/csh.

>How-To-Repeat:
cd /usr/ports/japanese/pkfonts
chmod a-x scripts/300.install
setenv RESOLUTION 300
make install

>Fix:
A patch is included below. This patch also fixes `cp' -> `${CP}, and 
`rm'-> `${RM}'.
	
diff -rcN japanese/pkfonts.orig/Makefile japanese/pkfonts/Makefile
*** japanese/pkfonts.orig/Makefile	Tue Nov 12 21:18:53 1996
--- japanese/pkfonts/Makefile	Tue Nov 12 21:24:51 1996
***************
*** 61,69 ****
  .endif
  
  do-install:
! 	${SCRIPTDIR}/${RESOLUTION}.install ${DISTDIR}
! 	@cp ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST
  
  pre-clean:
! 	@rm -f ${PKGDIR}/PLIST	# created by do-install above
  .include <bsd.port.mk>
--- 61,69 ----
  .endif
  
  do-install:
! 	/bin/csh ${SCRIPTDIR}/${RESOLUTION}.install ${DISTDIR}
! 	@${CP} ${PKGDIR}/${RESOLUTION}.list ${PKGDIR}/PLIST
  
  pre-clean:
! 	@${RM} -f ${PKGDIR}/PLIST	# created by do-install above
  .include <bsd.port.mk>

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611121257.VAA06935>