summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorseb <seb>2002-12-29 01:32:43 +0000
committerseb <seb>2002-12-29 01:32:43 +0000
commit76c96a7c391a4491e5371623ae039f6fc07504c1 (patch)
tree6a11d2d18aaa0efd41e466750e5b1d2f63f2a964 /inputmethod
parent78983491c6d33b8ff22a8ba317653ab23b6ab7fc (diff)
downloadpkgsrc-76c96a7c391a4491e5371623ae039f6fc07504c1.tar.gz
Avoid setting LOCALBASE (this breaks path to some commands on non-NetBSD
systems), tweak PREFIX instead (but must comes after inclusion of bsd.pkg.mk).
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/sj3-dict/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/sj3-dict/Makefile b/inputmethod/sj3-dict/Makefile
index 078d6f2e9f6..dff6dc1e51f 100644
--- a/inputmethod/sj3-dict/Makefile
+++ b/inputmethod/sj3-dict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/06/16 09:54:30 kei Exp $
+# $NetBSD: Makefile,v 1.3 2002/12/29 01:32:43 seb Exp $
#
DISTNAME= sj3-2.0.1.20
@@ -20,7 +20,6 @@ PATCHDIR= ${.CURDIR}/../sj3-lib/patches
.include "../../mk/bsd.prefs.mk"
NO_MTREE= YES
-LOCALBASE= ${IMDICTDIR}
SJ3OWNER?= daemon
SJ3GROUP?= daemon
MAKE_ENV+= SJ3OWNER=${SJ3OWNER} SJ3GROUP=${SJ3GROUP} \
@@ -56,3 +55,6 @@ do-install:
.include "../../devel/nbitools/nbitools.mk"
.include "../../mk/bsd.pkg.mk"
+
+# Need to set this here _after_ bsd.pkg.mk
+PREFIX= ${IMDICTDIR}