From 2c70230681aaf34879d460a161bcdd190a3de98e Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 30 Sep 2010 19:40:16 +0000 Subject: Fix PREFIX/LOCALBASE confusion. PR: ports/146247 --- japanese/font-shinonome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'japanese/font-shinonome') 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 -- cgit '>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/shaaft
Commit message (Expand)AuthorAgeFilesLines
* Add template <> to explicit specialization to fix build.arved2004-08-171-0/+20
* - Fix MASTER_SITESkrion2004-05-186-116/+17
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* SIZEify.trevor2004-01-291-0/+1
* - Use new bsd.sdl.mk knobskrion2004-01-211-4/+1
* - Remove useless knobkrion2004-01-031-1/+0