summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-12 04:19:06 +0000
committergrant <grant@pkgsrc.org>2004-12-12 04:19:06 +0000
commit762035b2dbacdd3f88ec1e38a1ddfce338d0c57c (patch)
tree48b4e3f1071a30c643986c0fd1b771ee800bc879 /inputmethod
parent0d60aa953700f156c7e9b372671aa00e63c66325 (diff)
downloadpkgsrc-762035b2dbacdd3f88ec1e38a1ddfce338d0c57c.tar.gz
set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.
from Noritoshi Demizu in PR pkg/28618.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ja-freewnn-dict/Makefile6
1 files changed, 3 insertions, 3 deletions
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"