diff options
author | mjl <mjl@pkgsrc.org> | 2009-04-07 14:02:06 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2009-04-07 14:02:06 +0000 |
commit | 48496ad4db5f88aa9fafab7591959466d2295026 (patch) | |
tree | 0b094ca99913de91aae1eebb059b8b8064c699a2 /www/privoxy/Makefile | |
parent | 7dc38e29d392d2f2f075ce99ec1e21ac61c91a02 (diff) | |
download | pkgsrc-48496ad4db5f88aa9fafab7591959466d2295026.tar.gz |
Squash one pkglint warning.
Fix oversight in dns patch.
Diffstat (limited to 'www/privoxy/Makefile')
-rw-r--r-- | www/privoxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index d0a210c8bc8..d01c696729b 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/04/07 00:21:46 mjl Exp $ +# $NetBSD: Makefile,v 1.39 2009/04/07 14:02:06 mjl Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -61,7 +61,7 @@ SUBST_SED.paths+= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g' SUBST_STAGE.paths= post-patch pre-configure: - @cd ${WRKSRC} && autoheader && autoconf + cd ${WRKSRC} && autoheader && autoconf post-install: ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${EGDIR} |