diff options
author | jkim <jkim@FreeBSD.org> | 2014-05-07 02:44:19 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-05-07 02:44:19 +0800 |
commit | f813ce00b830aea61ae61db2ead5838ef9d7b1fe (patch) | |
tree | 292871c38c32e7ff238cb77b44b28d3dcfc45f47 /korean | |
parent | 24037904f3ac09bc12e2f3c4f8b5b8202e5977b0 (diff) | |
download | freebsd-ports-gnome-f813ce00b830aea61ae61db2ead5838ef9d7b1fe.tar.gz freebsd-ports-gnome-f813ce00b830aea61ae61db2ead5838ef9d7b1fe.tar.zst freebsd-ports-gnome-f813ce00b830aea61ae61db2ead5838ef9d7b1fe.zip |
Re-add accidentally removed PLIST_DIRS and PLIST_FILES in r339059.
Submitted by: platypus01 at gmail dot com
Pointyhat to: jkim
Diffstat (limited to 'korean')
-rw-r--r-- | korean/unfonts-core/Makefile | 4 | ||||
-rw-r--r-- | korean/unfonts-extra/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/korean/unfonts-core/Makefile b/korean/unfonts-core/Makefile index ea91bcd6e827..0e32d3caf198 100644 --- a/korean/unfonts-core/Makefile +++ b/korean/unfonts-core/Makefile @@ -3,6 +3,7 @@ PORTNAME= unfonts PORTVERSION?= 1.0.2.080608 +PORTREVISION?= 1 CATEGORIES= korean x11-fonts MASTER_SITES?= http://kldp.net/frs/download.php/4695/ PKGNAMESUFFIX= -${FONTCAT} @@ -36,6 +37,9 @@ FONTLIST?= UnBatang \ UnPilgiBold FONTFILES= ${FONTLIST:S/$/.ttf/} fonts.dir fonts.scale +PLIST_DIRS= ${FONTSDIR} +PLIST_FILES= ${FONTFILES:S|^|${FONTSDIR}/|} + do-build: ${LOCALBASE}/bin/mkfontscale ${WRKSRC} ${LOCALBASE}/bin/mkfontdir ${WRKSRC} diff --git a/korean/unfonts-extra/Makefile b/korean/unfonts-extra/Makefile index 017879883190..16a18a044165 100644 --- a/korean/unfonts-extra/Makefile +++ b/korean/unfonts-extra/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= http://kldp.net/frs/download.php/1435/ FONTCAT= extra |