summaryrefslogtreecommitdiff
path: root/fonts/ja-naga10
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 04:49:45 +0000
committerjlam <jlam>2005-06-17 04:49:45 +0000
commit1aad5aee2827104b1bdda0f0c50042fdfbd16bd4 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /fonts/ja-naga10
parent1222a7415d276a6e4a3091593789c28357f21d54 (diff)
downloadpkgsrc-1aad5aee2827104b1bdda0f0c50042fdfbd16bd4.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'fonts/ja-naga10')
-rw-r--r--fonts/ja-naga10/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-naga10/Makefile b/fonts/ja-naga10/Makefile
index f2efb134a22..230a66d5f40 100644
--- a/fonts/ja-naga10/Makefile
+++ b/fonts/ja-naga10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/05/15 22:02:27 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/17 04:49:46 jlam Exp $
DISTNAME= knj10-1.1
PKGNAME= ja-naga10-1.1
@@ -14,7 +14,7 @@ COMMENT= 10x10 dots X11 bitmap font for JIS X 0208
USE_X11BASE= YES
PKGSRC_USE_TOOLS+= gzip
DOCDIR= ${PREFIX}/share/doc
-FONTDIR= ${X11PREFIX}/lib/X11/fonts/local
+FONTDIR= ${PREFIX}/lib/X11/fonts/local
post-extract:
cd ${WRKDIR}; \