diff options
author | skrll <skrll@pkgsrc.org> | 2001-06-14 11:15:46 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-06-14 11:15:46 +0000 |
commit | 526936b52e734b05379223a1338bb9acb6e54eae (patch) | |
tree | 71ce367a64ab7c1e174815c194a6bdea0710522d | |
parent | 5e6ebf184bf2374d80bea2790e97503e0a6d9f2b (diff) | |
download | pkgsrc-526936b52e734b05379223a1338bb9acb6e54eae.tar.gz |
pkglint doesn't like ${PKGSRCDIR}
-rw-r--r-- | x11/qt2-libs/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common index 677cee637cc..b0c9a90511b 100644 --- a/x11/qt2-libs/Makefile.common +++ b/x11/qt2-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2001/04/19 10:22:13 skrll Exp $ +# $NetBSD: Makefile.common,v 1.14 2001/06/14 11:15:46 skrll Exp $ # DISTNAME= qt-x11-${QTVERSION} @@ -26,9 +26,9 @@ QTPREFIX= ${PREFIX}/qt2 MAKE_ENV+= QTPREFIX=${QTPREFIX} -DISTINFO_FILE= ${PKGSRCDIR}/x11/qt2-libs/distinfo -FILESDIR= ${PKGSRCDIR}/x11/qt2-libs/files -PATCHDIR= ${PKGSRCDIR}/x11/qt2-libs/patches +DISTINFO_FILE= ${.CURDIR}/../../x11/qt2-libs/distinfo +FILESDIR= ${.CURDIR}/../../x11/qt2-libs/files +PATCHDIR= ${.CURDIR}/../../x11/qt2-libs/patches .include "../../mk/bsd.prefs.mk" |