summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-20 01:53:58 +0000
committerwiz <wiz>2002-10-20 01:53:58 +0000
commit75509ea14bd80296d3768d67fa9aa18ccaabebd2 (patch)
tree830ab1822f6b745e68140eb93ffcda6effa36d2a /devel/autoconf
parentb565e92c91b63752574d8be44b0ea9a3741615a9 (diff)
downloadpkgsrc-75509ea14bd80296d3768d67fa9aa18ccaabebd2.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"