diff options
-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 \ |