summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-04 10:09:13 +0000
committerrillig <rillig>2005-11-04 10:09:13 +0000
commit74480a1a15f8c33e84339d874354ae4e62623812 (patch)
tree9b9abb30832ba179134909d4fd3819acbcf97367 /pkgtools
parentcce662b91b9f6cc13bb6b75f4ebbf9e4656c3518 (diff)
downloadpkgsrc-74480a1a15f8c33e84339d874354ae4e62623812.tar.gz
I knew there had been a program that uses the (now removed) -Wno-workdir
option. I just didn't think it was pkglint itself. :) Thanks to Martti for notifying me about that.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 13b54fdd6b4..fa41f3794af 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.279 2005/11/04 09:32:03 rillig Exp $
+# $NetBSD: Makefile,v 1.280 2005/11/04 10:09:13 rillig Exp $
#
DISTNAME= pkglint-4.35
@@ -60,6 +60,6 @@ do-install:
${INSTALL_DATA} ${FILESDIR}/deprecated.map ${PREFIX}/share/pkglint/
post-install:
- ${PREFIX}/bin/pkglint -q -Wno-workdir
+ ${PREFIX}/bin/pkglint -q
.include "../../mk/bsd.pkg.mk"