diff options
author | pav <pav@FreeBSD.org> | 2007-03-23 00:53:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-23 00:53:57 +0800 |
commit | 1c8beaa4c6589b87e817b0b07b9dbbe81c12fbca (patch) | |
tree | b117a4d7cc4c876b2a09d046091ecfe130b6224a /japanese/font-vlgothic/Makefile | |
parent | 68a862439380b85488ba122eff27be9db021c0ed (diff) | |
download | freebsd-ports-gnome-1c8beaa4c6589b87e817b0b07b9dbbe81c12fbca.tar.gz freebsd-ports-gnome-1c8beaa4c6589b87e817b0b07b9dbbe81c12fbca.tar.zst freebsd-ports-gnome-1c8beaa4c6589b87e817b0b07b9dbbe81c12fbca.zip |
- Update to 20070317
- Rename conf file to accomodate new fontconfig
PR: ports/110542
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
Diffstat (limited to 'japanese/font-vlgothic/Makefile')
-rw-r--r-- | japanese/font-vlgothic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/font-vlgothic/Makefile b/japanese/font-vlgothic/Makefile index 1e531cc92ce1..2085e6346375 100644 --- a/japanese/font-vlgothic/Makefile +++ b/japanese/font-vlgothic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vlgothic -PORTVERSION= 20061026 +PORTVERSION= 20070317 CATEGORIES= japanese x11-fonts MASTER_SITES= http://vinelinux.org/~daisuke/vlgothic/ \ http://dicey.org/vlgothic/ @@ -36,7 +36,7 @@ do-install: ${WRKSRC}/VL-Gothic-Regular.ttf \ ${PREFIX}/${FONTSDIR} ${MKDIR} ${PREFIX}/etc/fonts/conf.d - ${INSTALL_DATA} ${FILESDIR}/25.vlgothic.conf \ + ${INSTALL_DATA} ${FILESDIR}/63-vlgothic.conf \ ${PREFIX}/etc/fonts/conf.d .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |