Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2013 23:51:33 +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: r316976 - head/japanese/font-sazanami
Message-ID:  <201304302351.r3UNpXsn063283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Tue Apr 30 23:51:33 2013
New Revision: 316976
URL: http://svnweb.freebsd.org/changeset/ports/316976

Log:
  Fix DATADIR.

Modified:
  head/japanese/font-sazanami/Makefile

Modified: head/japanese/font-sazanami/Makefile
==============================================================================
--- head/japanese/font-sazanami/Makefile	Tue Apr 30 23:49:46 2013	(r316975)
+++ head/japanese/font-sazanami/Makefile	Tue Apr 30 23:51:33 2013	(r316976)
@@ -2,6 +2,7 @@
 
 PORTNAME=	sazanami
 PORTVERSION=	20040629
+PORTREVISION=	1
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	SFJP/efont/10087
 PKGNAMEPREFIX=	ja-font-
@@ -19,6 +20,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=	README doc
 
 LOCAL_FONTSDIR=	share/fonts



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