diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
commit | 46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /net/jwhois | |
parent | 4098571c142a5138bd2050f5de264cb566152287 (diff) | |
download | pkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 152cd4900e9..bda97fc558a 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/06 03:16:59 fredb Exp $ # DISTNAME= jwhois-2.4.1 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/jwhois/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/share/autoconf/gettext.m4:../../devel/gettext GNU_CONFIGURE= # defined @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-cache INFO_FILES= jwhois.info pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-install: ${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples |