Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 22:16:03 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317165 - head/japanese/font-kochi
Message-ID:  <201305022216.r42MG3dC052205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Thu May  2 22:16:02 2013
New Revision: 317165
URL: http://svnweb.freebsd.org/changeset/ports/317165

Log:
  Fix pkg-plist.
  
  Spotted by:	poyopoyo@puripuri.plala.or.jp

Modified:
  head/japanese/font-kochi/Makefile

Modified: head/japanese/font-kochi/Makefile
==============================================================================
--- head/japanese/font-kochi/Makefile	Thu May  2 22:15:08 2013	(r317164)
+++ head/japanese/font-kochi/Makefile	Thu May  2 22:16:02 2013	(r317165)
@@ -23,7 +23,7 @@ SUB_LIST=	X_FONTSDIR=${PREFIX}/${X_FONTS
 DATADIR=	${PREFIX}/share/font-${PORTNAME}
 PLIST_SUB=	X_FONTSDIR=${X_FONTSDIR} \
 		LOCAL_FONTSDIR=${LOCAL_FONTSDIR} \
-		DATADIR=share/${PORTNAME}
+		DATADIR=share/font-${PORTNAME}
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 LOCAL_FONTSDIR=	share/fonts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305022216.r42MG3dC052205>