svn commit: r316972 - head/japanese/font-migu

Hiroki Sato hrs at FreeBSD.org
Tue Apr 30 23:41:21 UTC 2013


Author: hrs
Date: Tue Apr 30 23:41:20 2013
New Revision: 316972
URL: http://svnweb.freebsd.org/changeset/ports/316972

Log:
  Fix DATADIR.

Modified:
  head/japanese/font-migu/Makefile

Modified: head/japanese/font-migu/Makefile
==============================================================================
--- head/japanese/font-migu/Makefile	Tue Apr 30 23:39:23 2013	(r316971)
+++ head/japanese/font-migu/Makefile	Tue Apr 30 23:41:20 2013	(r316972)
@@ -2,6 +2,7 @@
 
 PORTNAME=	migu
 PORTVERSION=	1.0.20130430
+PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	mix-mplus-ipa/58720
@@ -24,6 +25,7 @@ SUB_FILES=	pkg-install
 SUB_LIST=	X_FONTSDIR=${PREFIX}/${X_FONTSDIR}
 PLIST_SUB=	X_FONTSDIR=${X_FONTSDIR} \
 		LOCAL_FONTSDIR=${LOCAL_FONTSDIR}
+DATADIR=	${PREFIX}/share/font-${PORTNAME}
 PORTDOCS=	IPA_Font_License_Agreement_v1.0.txt Readme_ipag00303.txt \
 		migu-README.txt
 


More information about the svn-ports-all mailing list