diff options
author | seb <seb@pkgsrc.org> | 2002-12-29 01:32:43 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-12-29 01:32:43 +0000 |
commit | 4975a18efbe8eb4cd1f4e127ff7bc489dfcd4a73 (patch) | |
tree | 6a11d2d18aaa0efd41e466750e5b1d2f63f2a964 /inputmethod | |
parent | b246f7270d309501479ff9c6ca2a0f59a0e84a1b (diff) | |
download | pkgsrc-4975a18efbe8eb4cd1f4e127ff7bc489dfcd4a73.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/Makefile | 6 |
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} |