diff options
author | skrll <skrll@pkgsrc.org> | 2000-10-30 09:09:15 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-10-30 09:09:15 +0000 |
commit | d6238f8d15f99871fe1e13f8695c3517d79ba6c0 (patch) | |
tree | 48eab59b4856670f45524b86a7d8fe2b9521745f /x11/qt2-docs | |
parent | 3e70101ffba75c42488176bfbda12c9c66e1eecc (diff) | |
download | pkgsrc-d6238f8d15f99871fe1e13f8695c3517d79ba6c0.tar.gz |
Fix EVAL_PREFIX.
Diffstat (limited to 'x11/qt2-docs')
-rw-r--r-- | x11/qt2-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt2-docs/Makefile b/x11/qt2-docs/Makefile index 09ab3ed714c..d898e35afb3 100644 --- a/x11/qt2-docs/Makefile +++ b/x11/qt2-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 07:42:34 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/30 09:12:11 skrll Exp $ # PKGNAME= qt2-docs-2.2.1 @@ -11,7 +11,7 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes -EVAL_PREFIX+= QT2DIR=qt2 +EVAL_PREFIX+= QT2DIR=qt2-libs QTPREFIX= ${QT2DIR}/qt2 do-install: |