diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-25 04:10:10 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-25 04:10:10 +0000 |
commit | 6fa6961aa56afc52e47d26ad3fbc80da3a5857dc (patch) | |
tree | b181a6659cc8193ff2ded46e67962fb821b21a93 /chinese/moefonts-cid/pkg-install | |
parent | 0f183133b8b21413bce15836ec36ab6a45b7d4ba (diff) |
Notes
Diffstat (limited to 'chinese/moefonts-cid/pkg-install')
-rw-r--r-- | chinese/moefonts-cid/pkg-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/moefonts-cid/pkg-install b/chinese/moefonts-cid/pkg-install index 7f3faa76cda4..c453580206c7 100644 --- a/chinese/moefonts-cid/pkg-install +++ b/chinese/moefonts-cid/pkg-install @@ -1,7 +1,7 @@ #!/bin/sh -GSVER=7.06 -GSDIR=${PKG_PREFIX}/share/ghostscript +GSVER=`cd ${PORTSDIR}/print/ghostscript-gnu && make -V GS_VERSION` +GSDIR=${PREFIX}/share/ghostscript FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS # Run just once. |