pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ja-freewnn-dict set INSTALLATION_PREFIX in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/358ee1662e31
branches:  trunk
changeset: 485459:358ee1662e31
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Dec 12 04:19:06 2004 +0000

description:
set INSTALLATION_PREFIX instead of wrongly overriding LOCALBASE.

from Noritoshi Demizu in PR pkg/28618.

diffstat:

 inputmethod/ja-freewnn-dict/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 2bfebd3b8d9a -r 358ee1662e31 inputmethod/ja-freewnn-dict/Makefile
--- a/inputmethod/ja-freewnn-dict/Makefile      Sun Dec 12 03:02:36 2004 +0000
+++ b/inputmethod/ja-freewnn-dict/Makefile      Sun Dec 12 04:19:06 2004 +0000
@@ -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 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-NO_MTREE=      YES
-LOCALBASE=     ${IMDICTDIR}
+NO_MTREE=              YES
+INSTALLATION_PREFIX=   ${IMDICTDIR}
 
 .include "../ja-freewnn-lib/Makefile.common"



Home | Main Index | Thread Index | Old Index