Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 03:12:55 +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: r316984 - head/japanese/font-mplus
Message-ID:  <201305010312.r413Ct9C035994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed May  1 03:12:55 2013
New Revision: 316984
URL: http://svnweb.freebsd.org/changeset/ports/316984

Log:
  Fix DATADIR.

Modified:
  head/japanese/font-mplus/Makefile

Modified: head/japanese/font-mplus/Makefile
==============================================================================
--- head/japanese/font-mplus/Makefile	Wed May  1 03:05:18 2013	(r316983)
+++ head/japanese/font-mplus/Makefile	Wed May  1 03:12:55 2013	(r316984)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mplus
 PORTVERSION=	2.2.4.055
+PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	SFJP/${PORTNAME}-fonts/5030:bitmap \
 		SFJP/${PORTNAME}-fonts/6650:outline
@@ -28,7 +29,7 @@ SUB_LIST=	X_FONTSDIR=${PREFIX}/${X_FONTS
 PLIST_SUB=	X_FONTSDIR=${X_FONTSDIR} \
 		LOCAL_FONTSDIR=${LOCAL_FONTSDIR}
 PATCH_WRKSRC=	${WRKDIR}/${PORTNAME}_bitmap_fonts-2.2.4
-
+DATADIR=	${PREFIX}/share/font-${PORTNAME}
 PORTDOCS=	INSTALL_E.bitmap LICENSE_E.bitmap README_E.bitmap \
 		INSTALL_J.bitmap LICENSE_J.bitmap README_J.bitmap \
 		LICENSE_E.outline README_E.outline \



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