aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-shinonome/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2010-10-01 03:40:16 +0800
committerhrs <hrs@FreeBSD.org>2010-10-01 03:40:16 +0800
commit2c70230681aaf34879d460a161bcdd190a3de98e (patch)
tree34c036c228b9ea6da6cb118caec3b3441adfdff4 /japanese/font-shinonome/Makefile
parentee2437cad30643bed1023a3ee474baea422bea73 (diff)
downloadfreebsd-ports-gnome-2c70230681aaf34879d460a161bcdd190a3de98e.tar.gz
freebsd-ports-gnome-2c70230681aaf34879d460a161bcdd190a3de98e.tar.zst
freebsd-ports-gnome-2c70230681aaf34879d460a161bcdd190a3de98e.zip
Fix PREFIX/LOCALBASE confusion.
PR: ports/146247
Diffstat (limited to 'japanese/font-shinonome/Makefile')
-rw-r--r--japanese/font-shinonome/Makefile4
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