svn commit: r316976 - head/japanese/font-sazanami

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


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


More information about the svn-ports-all mailing list