mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- catch up with ghostscript-gnu-7.07, and unbreak moefonts-cid
- apply SCRIPTS_ENV
This commit is contained in:
parent
0f183133b8
commit
6fa6961aa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83566
@ -31,6 +31,6 @@ do-install:
|
||||
${FILESDIR}/MOESung-Regular-ETen-B5-H.gsf \
|
||||
${FILESDIR}/MOESung-Regular-ETen-B5-V.gsf \
|
||||
${PREFIX}/share/ghostscript/fonts
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user