diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt2-designer/Makefile | 5 | ||||
-rw-r--r-- | x11/qt2-docs/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/x11/qt2-designer/Makefile b/x11/qt2-designer/Makefile index ac62958e552..7769ae926e9 100644 --- a/x11/qt2-designer/Makefile +++ b/x11/qt2-designer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/30 09:09:15 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/03 08:37:05 skrll Exp $ # PKGNAME= qt2-designer-2.2.1 @@ -12,9 +12,6 @@ ALL_TARGET= sub-tools PATCHFILES+= ${PKGSRCDIR}/x11/qt2-libs/patches/patch-?? ALLFILES= ${DISTFILES} # don't checksum shared patches -EVAL_PREFIX+= QT2DIR=qt2-libs -QTPREFIX= ${QT2DIR}/qt2 - CONFIGURE_ENV+= QTDIR=${QTPREFIX} MAKE_ENV= QTDIR=${QTPREFIX} diff --git a/x11/qt2-docs/Makefile b/x11/qt2-docs/Makefile index d898e35afb3..ffe1fd1fdb8 100644 --- a/x11/qt2-docs/Makefile +++ b/x11/qt2-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/30 09:12:11 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/03 08:37:05 skrll Exp $ # PKGNAME= qt2-docs-2.2.1 @@ -11,9 +11,6 @@ NO_PATCH= yes NO_CONFIGURE= yes NO_BUILD= yes -EVAL_PREFIX+= QT2DIR=qt2-libs -QTPREFIX= ${QT2DIR}/qt2 - do-install: ${INSTALL_DATA_DIR} ${QTPREFIX}/doc ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.QT ${QTPREFIX}/doc |