Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 12:40:11 -0700 (PDT)
From:      statue@freebsd.sinica.edu.tw (Statue)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/53645: Update port: chinese/moefonts-cid
Message-ID:  <200306231940.h5NJeBYj013626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/53645; it has been noted by GNATS.

From: statue@freebsd.sinica.edu.tw (Statue)
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/53645: Update port: chinese/moefonts-cid
Date: Tue, 24 Jun 2003 03:33:52 +0800 (CST)

 diff -ruN moefonts-cid.orig/pkg-deinstall moefonts-cid/pkg-deinstall
 --- moefonts-cid.orig/pkg-deinstall	Tue Jun 24 02:48:11 2003
 +++ moefonts-cid/pkg-deinstall	Tue Jun 24 03:31:27 2003
 @@ -1,6 +1,6 @@
  #!/bin/sh
  
 -GSVER=7.06
 +GSVER=`cd /usr/ports/print/ghostscript-gnu && make -V GS_VERSION`
  GSDIR=${PKG_PREFIX}/share/ghostscript
  FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS
  FONTMAPTMP=${FONTMAP}.tmp
 diff -ruN moefonts-cid.orig/pkg-install moefonts-cid/pkg-install
 --- moefonts-cid.orig/pkg-install	Tue Jun 24 02:48:11 2003
 +++ moefonts-cid/pkg-install	Tue Jun 24 03:31:17 2003
 @@ -1,6 +1,6 @@
  #!/bin/sh
  
 -GSVER=7.06
 +GSVER=`cd /usr/ports/print/ghostscript-gnu && make -V GS_VERSION`
  GSDIR=${PKG_PREFIX}/share/ghostscript
  FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS
  



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