diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2010-09-30 19:40:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2010-09-30 19:40:16 +0000 |
commit | 81cd33b2839a329ac06b3639c7726351b0030d72 (patch) | |
tree | 7637c41a90b27847decf299cb3f87958c6d43fea /japanese/font-shinonome | |
parent | 933717f6b8016e9addd9d2c98e4f081c58e550dd (diff) |
Notes
Diffstat (limited to 'japanese/font-shinonome')
-rw-r--r-- | japanese/font-shinonome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/font-shinonome/Makefile b/japanese/font-shinonome/Makefile index 01fc3864a3d5..5da6d410f67b 100644 --- a/japanese/font-shinonome/Makefile +++ b/japanese/font-shinonome/Makefile @@ -65,9 +65,9 @@ do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC} && ${INSTALL_DATA} ${FONTNAMES:C/$/.pcf.gz/} fonts.alias ${DATADIR} ${MKDIR} ${PREFIX}/${LOCAL_FONTSDIR}/shinonome - ${LN} -s -f ${DATADIR}/*.pcf.gz ${LOCALBASE}/${LOCAL_FONTSDIR}/shinonome/ + ${LN} -s -f ${DATADIR}/*.pcf.gz ${PREFIX}/${LOCAL_FONTSDIR}/shinonome/ ${MKDIR} ${PREFIX}/${X_FONTSDIR}/misc - ${LN} -s -f ${DATADIR}/*.pcf.gz ${LOCALBASE}/${X_FONTSDIR}/misc/ + ${LN} -s -f ${DATADIR}/*.pcf.gz ${PREFIX}/${X_FONTSDIR}/misc/ post-install: ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |