diff options
author | skrll <skrll> | 2000-10-30 09:09:15 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-10-30 09:09:15 +0000 |
commit | 49f61b30379639424df63085648ba61b4a2d1f16 (patch) | |
tree | 48eab59b4856670f45524b86a7d8fe2b9521745f /x11 | |
parent | c73610eab322231277db392c61f03ca0d1681c68 (diff) | |
download | pkgsrc-49f61b30379639424df63085648ba61b4a2d1f16.tar.gz |
Fix EVAL_PREFIX.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt2-designer/Makefile | 4 | ||||
-rw-r--r-- | x11/qt2-docs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt2-designer/Makefile b/x11/qt2-designer/Makefile index 7fcd8b3c31e..ac62958e552 100644 --- a/x11/qt2-designer/Makefile +++ b/x11/qt2-designer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 07:45:12 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/30 09:09:15 skrll Exp $ # PKGNAME= qt2-designer-2.2.1 @@ -12,7 +12,7 @@ ALL_TARGET= sub-tools PATCHFILES+= ${PKGSRCDIR}/x11/qt2-libs/patches/patch-?? ALLFILES= ${DISTFILES} # don't checksum shared patches -EVAL_PREFIX+= QT2DIR=qt2 +EVAL_PREFIX+= QT2DIR=qt2-libs QTPREFIX= ${QT2DIR}/qt2 CONFIGURE_ENV+= QTDIR=${QTPREFIX} 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: |