From 762035b2dbacdd3f88ec1e38a1ddfce338d0c57c Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 12 Dec 2004 04:19:06 +0000 Subject: set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE. from Noritoshi Demizu in PR pkg/28618. --- inputmethod/ja-freewnn-dict/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inputmethod') diff --git a/inputmethod/ja-freewnn-dict/Makefile b/inputmethod/ja-freewnn-dict/Makefile index d4ce15534e9..4c671713ac6 100644 --- a/inputmethod/ja-freewnn-dict/Makefile +++ b/inputmethod/ja-freewnn-dict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:43:37 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/12 04:19:06 grant Exp $ # PKGNAME= ja-FreeWnn-dict-1.10 @@ -21,7 +21,7 @@ PATCHDIR= ${.CURDIR}/../ja-freewnn-lib/patches .include "../../mk/bsd.prefs.mk" -NO_MTREE= YES -LOCALBASE= ${IMDICTDIR} +NO_MTREE= YES +INSTALLATION_PREFIX= ${IMDICTDIR} .include "../ja-freewnn-lib/Makefile.common" -- cgit v1.2.3