diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 05:23:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 05:23:37 +0000 |
commit | a6ee471f881ade06b352a0f42ac3c26404e895fc (patch) | |
tree | 9eb69c1f385835ab1afb6fad83d0396c53cec37b /fonts/alee-ttf/Makefile | |
parent | a9a996b9c7d46dfcf93c0c0d72a1ad3ce850a690 (diff) | |
download | pkgsrc-a6ee471f881ade06b352a0f42ac3c26404e895fc.tar.gz |
Update alee-ttf to 0.4. Based on patches provided by Lee Jae-Hong
(pyrasis at chol dot com).
Changes:
- Fix typo errors in package description.
Diffstat (limited to 'fonts/alee-ttf/Makefile')
-rw-r--r-- | fonts/alee-ttf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/alee-ttf/Makefile b/fonts/alee-ttf/Makefile index 4fc2298ae25..ec2bda875d4 100644 --- a/fonts/alee-ttf/Makefile +++ b/fonts/alee-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/23 00:32:16 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/30 05:23:37 minskim Exp $ # -DISTNAME= ttf-alee_0.3 -PKGNAME= alee-ttf-0.3 +DISTNAME= ttf-alee_0.4 +PKGNAME= alee-ttf-0.4 CATEGORIES= fonts korean MASTER_SITES= http://ftp.debian.org/debian/pool/main/t/ttf-alee/ @@ -14,7 +14,7 @@ USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES -WRKSRC?= ${WRKDIR}/ttf-alee-0.3 +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF DOCDIR= ${PREFIX}/share/doc/alee-ttf |