diff options
author | grant <grant> | 2004-12-12 04:19:06 +0000 |
---|---|---|
committer | grant <grant> | 2004-12-12 04:19:06 +0000 |
commit | 3452c503dbabe4efbe67659a93eaea2df61bca77 (patch) | |
tree | 48b4e3f1071a30c643986c0fd1b771ee800bc879 | |
parent | f5d2e3cf05b6c061e0a9af009adaf523b6e5649f (diff) | |
download | pkgsrc-3452c503dbabe4efbe67659a93eaea2df61bca77.tar.gz |
set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.
from Noritoshi Demizu in PR pkg/28618.
-rw-r--r-- | inputmethod/ja-freewnn-dict/Makefile | 6 |
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" |