summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-20 01:53:58 +0000
committerwiz <wiz@pkgsrc.org>2002-10-20 01:53:58 +0000
commitccb87086a2a0b49248e95c3626484506474851bb (patch)
tree830ab1822f6b745e68140eb93ffcda6effa36d2a /devel/autoconf
parent72490a0f26db159f538e4cd0ee78727ac0a40872 (diff)
downloadpkgsrc-ccb87086a2a0b49248e95c3626484506474851bb.tar.gz
Fix "make clean" for non-root users. From Greg A. Woods in PR 18714.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 2fea6cb0a9a..cceec71ea36 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2002/10/03 19:30:58 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2002/10/20 01:53:59 wiz Exp $
DISTNAME= autoconf-2.54
CATEGORIES= devel
@@ -26,6 +26,10 @@ INFO_FILES= autoconf.info standards.info
PERL5_REQD= 5.6
TEXINFO_REQD= 4.0
+# undo a rather stupid hack in the install step when --without-lispdir is used
+post-install:
+ ${RM} -rf ${WRKSRC}/lib/emacs/no
+
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"