diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-17 13:06:45 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-17 13:06:45 +0000 |
commit | 7f31f062f0026e2935aff543fc4b1aae68744f16 (patch) | |
tree | 9020f12fd2b073b25c06153499796f9f15e37356 /japanese/mplusfonts/Makefile | |
parent | a9d359751e850f2e11f17059e6dc974a6ca9ec5c (diff) | |
download | ports-7f31f062f0026e2935aff543fc4b1aae68744f16.tar.gz ports-7f31f062f0026e2935aff543fc4b1aae68744f16.zip |
Notes
Diffstat (limited to 'japanese/mplusfonts/Makefile')
-rw-r--r-- | japanese/mplusfonts/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/mplusfonts/Makefile b/japanese/mplusfonts/Makefile index 4c944f9135fc..a8071c64499c 100644 --- a/japanese/mplusfonts/Makefile +++ b/japanese/mplusfonts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mplusfonts -PORTVERSION= 1.2.0a +PORTVERSION= 1.2.5 CATEGORIES= japanese x11-fonts MASTER_SITES= http://downloads.sourceforge.jp/mplus-fonts/2464/ \ http://wids.net/archive/mplusfonts/distfiles/ @@ -26,7 +26,8 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} DOCS= INSTALL_E LICENSE_E README_E \ - INSTALL_J LICENSE_J README_J + INSTALL_J LICENSE_J README_J \ + README_mplusj10 FONTSDIR= ${PREFIX}/lib/X11/fonts/local PLIST_SUB= FONTSDIR=${FONTSDIR:S/${PREFIX}\///} @@ -38,9 +39,11 @@ pre-install: .for i in e j @${INSTALL_DATA} ${WRKSRC}/fonts_${i}/fonts.alias \ ${DOCSDIR}/fonts.alias.${i} + @${CAT} ${DOCSDIR}/fonts.alias.${i} >> ${DOCSDIR}/fonts.alias .endfor @${INSTALL_DATA} ${WRKSRC}/fonts_e/euro/fonts.alias \ ${DOCSDIR}/fonts.alias.euro + @${CAT} ${DOCSDIR}/fonts.alias.euro >> ${DOCSDIR}/fonts.alias @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGREQ} ${PKGNAME} INSTALL |