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
commita5c31f63ff234e4a0b3a849b4500d66ae4fecb47 (patch)
tree830ab1822f6b745e68140eb93ffcda6effa36d2a /devel/autoconf
parentf1ec109987f4a282821dcf1cc5d8e8ddb6164ccd (diff)
downloadpkgsrc-a5c31f63ff234e4a0b3a849b4500d66ae4fecb47.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"