summaryrefslogtreecommitdiff
path: root/www/thttpd
diff options
context:
space:
mode:
authorjoda <joda@pkgsrc.org>2002-05-12 14:47:28 +0000
committerjoda <joda@pkgsrc.org>2002-05-12 14:47:28 +0000
commit603dd5fd63f09f188a28ad0f684c234a89ccf259 (patch)
tree576ea9f4fcd72d1edf3678efbd2d16c1bb31525a /www/thttpd
parent1dfd4a12bd9c5de41931853eb068d68b7e0d32f2 (diff)
downloadpkgsrc-603dd5fd63f09f188a28ad0f684c234a89ccf259.tar.gz
don't change .htpasswd into .thtpasswd
Diffstat (limited to 'www/thttpd')
-rw-r--r--www/thttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
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