diff options
author | grant <grant@pkgsrc.org> | 2005-02-16 09:53:35 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-02-16 09:53:35 +0000 |
commit | 679546f54b9928dae4417526f425a8036a360801 (patch) | |
tree | 6bce54b52b0ec60ce11d2469f6efe7fedad32f98 /devel/apr/Makefile | |
parent | 20c7f1417164f959b4b28c705f97e5de95cd1f5e (diff) | |
download | pkgsrc-679546f54b9928dae4417526f425a8036a360801.tar.gz |
fix typo
Diffstat (limited to 'devel/apr/Makefile')
-rw-r--r-- | devel/apr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 18d67c730de..3da81183726 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/02/09 14:52:12 tron Exp $ +# $NetBSD: Makefile,v 1.32 2005/02/16 09:53:35 grant Exp $ .include "../../www/apache2/Makefile.common" @@ -43,7 +43,7 @@ SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-configure SUBST_FILES.conf= apr/config.layout apr-util/config.layout SUBST_SED.conf= -e "s,@PREFIX@,${PREFIX},g" -SUBST_MESSAGE.conf= "Fixing harcoded paths." +SUBST_MESSAGE.conf= "Fixing hardcoded paths." do-configure: @cd ${WRKSRC}/apr && ${SETENV} ${CONFIGURE_ENV} ./configure \ |