summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb>2002-12-29 01:32:43 +0000
committerseb <seb>2002-12-29 01:32:43 +0000
commitf0568e052d064ce0af1e28a6a0e8812618030ddd (patch)
tree6a11d2d18aaa0efd41e466750e5b1d2f63f2a964
parent95a4a25e16091830b84a010904684d9729f2eba5 (diff)
downloadpkgsrc-f0568e052d064ce0af1e28a6a0e8812618030ddd.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).
-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}