diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-01 07:53:03 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-01 07:53:03 +0800 |
commit | 28550130a8ddb8b7af73d82a6dd6358710035fee (patch) | |
tree | e1d2fc6f7851479f5615701a6b654336e580171f /japanese | |
parent | 1fe83690c3e5ff570845629e1121b7f0dd91785a (diff) | |
download | freebsd-ports-gnome-28550130a8ddb8b7af73d82a6dd6358710035fee.tar.gz freebsd-ports-gnome-28550130a8ddb8b7af73d82a6dd6358710035fee.tar.zst freebsd-ports-gnome-28550130a8ddb8b7af73d82a6dd6358710035fee.zip |
Fix DATADIR.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/font-vlgothic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/font-vlgothic/Makefile b/japanese/font-vlgothic/Makefile index 18e0b5732b8a..14bc6ccfd878 100644 --- a/japanese/font-vlgothic/Makefile +++ b/japanese/font-vlgothic/Makefile @@ -3,6 +3,7 @@ PORTNAME= vlgothic PORTVERSION= 20130422 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= SFJP/vlgothic/58671 PKGNAMEPREFIX= ja-font- @@ -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= Changelog LICENSE LICENSE.en LICENSE_E.mplus LICENSE_J.mplus \ README README.sazanami README_J.mplus WRKSRC= ${WRKDIR}/VLGothic |