summaryrefslogtreecommitdiff
path: root/x11/qt2-libs
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-06-14 11:15:46 +0000
committerskrll <skrll@pkgsrc.org>2001-06-14 11:15:46 +0000
commit526936b52e734b05379223a1338bb9acb6e54eae (patch)
tree71ce367a64ab7c1e174815c194a6bdea0710522d /x11/qt2-libs
parent5e6ebf184bf2374d80bea2790e97503e0a6d9f2b (diff)
downloadpkgsrc-526936b52e734b05379223a1338bb9acb6e54eae.tar.gz
pkglint doesn't like ${PKGSRCDIR}
Diffstat (limited to 'x11/qt2-libs')
-rw-r--r--x11/qt2-libs/Makefile.common8
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"