diff options
author | jlam <jlam> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-17 04:49:45 +0000 |
commit | 1aad5aee2827104b1bdda0f0c50042fdfbd16bd4 (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /fonts/ja-elisau | |
parent | 1222a7415d276a6e4a3091593789c28357f21d54 (diff) | |
download | pkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'fonts/ja-elisau')
-rw-r--r-- | fonts/ja-elisau/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-elisau/Makefile b/fonts/ja-elisau/Makefile index 78bd964e281..324c306203d 100644 --- a/fonts/ja-elisau/Makefile +++ b/fonts/ja-elisau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:07:59 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/17 04:49:46 jlam Exp $ DISTNAME= elisau10 PKGNAME= ja-elisau-1.0 @@ -22,7 +22,7 @@ USE_TOOLS+= patch PKGSRC_USE_TOOLS+= gzip USE_X11BASE= YES DOCDIR= ${PREFIX}/share/doc/elisau -FONTDIR= ${X11PREFIX}/lib/X11/fonts/local +FONTDIR= ${PREFIX}/lib/X11/fonts/local DISTPATCH= ${WRKSRC}/clR5x8-s5x8.diff LICENSE= no-commercial-use |