diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-01 07:43:29 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-01 07:43:29 +0800 |
commit | 774c4a4cda071e336896dfeec5e6d64ca79b796a (patch) | |
tree | 5d25705621ffa7b41184f3a654ea5e2d3e8c0b85 /japanese/font-ume | |
parent | 8cddb7e16441dcde0f5dd1af591c3568847de856 (diff) | |
download | freebsd-ports-gnome-774c4a4cda071e336896dfeec5e6d64ca79b796a.tar.gz freebsd-ports-gnome-774c4a4cda071e336896dfeec5e6d64ca79b796a.tar.zst freebsd-ports-gnome-774c4a4cda071e336896dfeec5e6d64ca79b796a.zip |
Fix DATADIR.
Diffstat (limited to 'japanese/font-ume')
-rw-r--r-- | japanese/font-ume/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/font-ume/Makefile b/japanese/font-ume/Makefile index 29012db4f004..5f6b6a91c42d 100644 --- a/japanese/font-ume/Makefile +++ b/japanese/font-ume/Makefile @@ -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 |