summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-01 20:18:36 +0000
committerrillig <rillig@pkgsrc.org>2005-11-01 20:18:36 +0000
commitdd2f0cc2476d5b63b4605757d3e8e4d6e0bec792 (patch)
tree467b018c6f7b74c954c0aefbe6beef3878553e7d /x11/qt3-libs
parent53197386f552566bb51b8e54864db6c8c20858ca (diff)
downloadpkgsrc-dd2f0cc2476d5b63b4605757d3e8e4d6e0bec792.tar.gz
Fixed pkglint warnings:
Relative directories should look like "../../category/package".
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r--x11/qt3-libs/Makefile4
-rw-r--r--x11/qt3-libs/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile
index ed3cc542e87..623c677bc0a 100644
--- a/x11/qt3-libs/Makefile
+++ b/x11/qt3-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/09/27 07:46:20 adam Exp $
+# $NetBSD: Makefile,v 1.41 2005/11/01 20:18:36 rillig Exp $
LIBQT= ${WRKSRC}/lib/libqt-mt.la
@@ -10,7 +10,7 @@ GCC_REQD+= 3.4
GCC_REQD+= 2.95.3
.endif
-.include "../qt3-libs/Makefile.common"
+.include "../../x11/qt3-libs/Makefile.common"
PKGNAME= qt3-libs-${QTVERSION}
MAINTAINER= adam@NetBSD.org
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index 4227261a2a9..2340dc7a64e 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2005/07/18 02:33:27 jlam Exp $
+# $NetBSD: Makefile.common,v 1.56 2005/11/01 20:18:36 rillig Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -6,7 +6,7 @@ MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.bero.org/pub/qt/source/
EXTRACT_SUFX= .tar.bz2
-.include "../qt3/Makefile.common"
+.include "../../x11/qt3/Makefile.common"
DISTINFO_FILE= ${.CURDIR}/../../x11/qt3-libs/distinfo
FILESDIR= ${.CURDIR}/../../x11/qt3-libs/files