svn commit: r316973 - head/japanese/font-ume

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


Author: hrs
Date: Tue Apr 30 23:43:29 2013
New Revision: 316973
URL: http://svnweb.freebsd.org/changeset/ports/316973

Log:
  Fix DATADIR.

Modified:
  head/japanese/font-ume/Makefile

Modified: head/japanese/font-ume/Makefile
==============================================================================
--- head/japanese/font-ume/Makefile	Tue Apr 30 23:41:20 2013	(r316972)
+++ head/japanese/font-ume/Makefile	Tue Apr 30 23:43:29 2013	(r316973)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ume
 PORTVERSION=	0.0.450
+PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	${PORTNAME}-font/22212
@@ -21,6 +22,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=	license.html
 
 LOCAL_FONTSDIR=	share/fonts


More information about the svn-ports-all mailing list