From b02260bbd2854819f9a9d7027f5f15532ed27091 Mon Sep 17 00:00:00 2001 From: joda Date: Sun, 12 May 2002 14:47:28 +0000 Subject: don't change .htpasswd into .thtpasswd --- www/thttpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/thttpd') diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 905ac48feb4..ce8a6875553 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/12/02 06:56:47 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/05/12 14:47:28 joda Exp $ DISTNAME= thttpd-2.21b CATEGORIES= www @@ -25,7 +25,7 @@ pre-configure: ${MV} ${WRKSRC}/extras/htpasswd.c ${WRKSRC}/extras/thtpasswd.c for file in thttpd.8 extras/Makefile.in extras/thtpasswd.c; do \ ${MV} -f ${WRKSRC}/$${file} ${WRKSRC}/$${file}.bak; \ - ${SED} -e "s,htpasswd,thtpasswd,g" \ + ${SED} -e "s,\.htpasswd,XXX,g;s,htpasswd,thtpasswd,g;s,XXX,.htpasswd,g" \ ${WRKSRC}/$${file}.bak > ${WRKSRC}/$${file}; \ done -- cgit v1.2.3