diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-06-02 13:16:17 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-06-02 13:16:17 +0000 |
commit | aef5d82cc05ba134d60102ac958b40d9d9682fa5 (patch) | |
tree | 771a721e4ebc089f6128bbf7ae835b89bd8d3932 /x11-fonts/liberation-fonts-ttf/Makefile | |
parent | 1e02ad17d831eb10606d7a6611f891e0697c43b0 (diff) |
Notes
Diffstat (limited to 'x11-fonts/liberation-fonts-ttf/Makefile')
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/liberation-fonts-ttf/Makefile b/x11-fonts/liberation-fonts-ttf/Makefile index 2b01eb790753..c0f4ed74bdac 100644 --- a/x11-fonts/liberation-fonts-ttf/Makefile +++ b/x11-fonts/liberation-fonts-ttf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= liberation-fonts-ttf -PORTVERSION= 2 +PORTVERSION= 3 CATEGORIES= x11-fonts MASTER_SITES= https://www.redhat.com/f/fonts/ @@ -17,7 +17,7 @@ BUILD_DEPENDS= mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir USE_X_PREFIX= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/liberation-fonts-0.2 PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" |