diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
commit | 2a37de7d11d8e6128dc59f6ecaef293a5d3c407c (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /x11 | |
parent | 80bb59e08c4ff1b56f6274837af80f5989279e8a (diff) | |
download | pkgsrc-2a37de7d11d8e6128dc59f6ecaef293a5d3c407c.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qwt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 1aac904a60f..2698146d1b7 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/11/05 12:56:44 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2008/02/28 11:58:49 rillig Exp $ DISTNAME= qwt-5.0.2 CATEGORIES= x11 @@ -16,7 +16,7 @@ USE_LIBTOOL= yes CONFLICTS= qwtlib-[0-9]* -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes do-configure: cd ${WRKSRC} && env ${CONFIGURE_ENV} qmake |