diff options
author | joda <joda> | 2002-05-12 14:47:28 +0000 |
---|---|---|
committer | joda <joda> | 2002-05-12 14:47:28 +0000 |
commit | b02260bbd2854819f9a9d7027f5f15532ed27091 (patch) | |
tree | 576ea9f4fcd72d1edf3678efbd2d16c1bb31525a /www/thttpd | |
parent | 1ec3296e751671f75685a394c48df5da7937c0bb (diff) | |
download | pkgsrc-b02260bbd2854819f9a9d7027f5f15532ed27091.tar.gz |
don't change .htpasswd into .thtpasswd
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 4 |
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 |