pkglint doesn't like ${PKGSRCDIR}
This commit is contained in:
parent
5e6ebf184b
commit
526936b52e
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue