summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-02-06 03:16:56 +0000
committerfredb <fredb@pkgsrc.org>2001-02-06 03:16:56 +0000
commit46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (patch)
treefc373d0dc8bbedf2209b780336196ea2dcb03607 /textproc
parent4098571c142a5138bd2050f5de264cb566152287 (diff)
downloadpkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'textproc')
-rw-r--r--textproc/eperl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile
index 9ec48d3d271..495bd8d7267 100644
--- a/textproc/eperl/Makefile
+++ b/textproc/eperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:04 tron Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/06 03:17:01 fredb Exp $
#
DISTNAME= eperl-2.2.14
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.engelschall.com/sw/eperl/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
DEPENDS= libperl-5.*:../../lang/libperl
USE_PERL5= # defined
@@ -18,7 +18,7 @@ GNU_CONFIGURE= # defined
ALL_TARGET= all libeperl.a
pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf
post-build:
cd ${WRKSRC}/mod/Parse; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL