diff options
author | jlam <jlam> | 2000-07-27 12:47:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-27 12:47:33 +0000 |
commit | aadaac331cf293c164d9637b5f596560de1a3f62 (patch) | |
tree | 4c9ef0d1f274743d47c04d1cd49ba2dfcd0c39b7 /www/thttpd | |
parent | 3e2df1f00108998738dfddaa8f015dbd239a8c8e (diff) | |
download | pkgsrc-aadaac331cf293c164d9637b5f596560de1a3f62.tar.gz |
Put files in ${PREFIX}/share/thttpd, not ${PREFIX}/share/www.
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 8 | ||||
-rw-r--r-- | www/thttpd/files/patch-sum | 4 | ||||
-rw-r--r-- | www/thttpd/patches/patch-aa | 4 | ||||
-rw-r--r-- | www/thttpd/pkg/PLIST | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 6bd572cedff..757382d157e 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/27 12:42:08 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/27 12:47:33 jlam Exp $ DISTNAME= thttpd-2.19 CATEGORIES= www @@ -31,13 +31,13 @@ post-build: done pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/www + ${INSTALL_DATA_DIR} ${PREFIX}/share/thttpd post-install: ${INSTALL_DATA} ${WRKDIR}/thttpd.conf ${PREFIX}/share/examples ${INSTALL_SCRIPT} ${WRKDIR}/thttpd.sh ${PREFIX}/etc/rc.d - ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/www - ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/www + ${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/thttpd + ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/thttpd PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL .include "../../mk/bsd.pkg.mk" diff --git a/www/thttpd/files/patch-sum b/www/thttpd/files/patch-sum index 8e12fd3d48b..f8d1bd66e68 100644 --- a/www/thttpd/files/patch-sum +++ b/www/thttpd/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.6 2000/07/27 12:42:08 jlam Exp $ +$NetBSD: patch-sum,v 1.7 2000/07/27 12:47:34 jlam Exp $ -MD5 (patch-aa) = d9e7d902f59ac1bde877c0ea31a8e513 +MD5 (patch-aa) = 0869786445b560baedcc357f4c419cf2 MD5 (patch-ab) = 2aa3d6ab165cc262aea5781558437f04 MD5 (patch-ac) = 081c3519051468b732cae36d621a3583 MD5 (patch-ad) = 3c8f087d075bfe8d2322cbb02d04118e diff --git a/www/thttpd/patches/patch-aa b/www/thttpd/patches/patch-aa index 4aacf694ac9..ee71d74dbea 100644 --- a/www/thttpd/patches/patch-aa +++ b/www/thttpd/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2000/02/09 20:55:29 hubertf Exp $ +$NetBSD: patch-aa,v 1.4 2000/07/27 12:47:34 jlam Exp $ --- Makefile.in.BAK Wed Feb 9 21:05:49 2000 +++ Makefile.in Wed Feb 9 21:06:50 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.3 2000/02/09 20:55:29 hubertf Exp $ MANDIR = @mandir@ # Pathname of directory to install the CGI programs. -WEBDIR = $(prefix)/www -+WEBDIR = $(prefix)/share/www ++WEBDIR = $(prefix)/share/thttpd # CONFIGURE: The group that the web directory belongs to. This is so that # the makeweb program can be installed set-group-id to that group, and make diff --git a/www/thttpd/pkg/PLIST b/www/thttpd/pkg/PLIST index 0923f328deb..8179c01ea82 100644 --- a/www/thttpd/pkg/PLIST +++ b/www/thttpd/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2000/07/27 12:42:09 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2000/07/27 12:47:34 jlam Exp $ etc/rc.d/thttpd.sh libexec/cgi-bin/redirect libexec/cgi-bin/phf @@ -14,7 +14,7 @@ sbin/syslogtocern sbin/thtpasswd sbin/thttpd share/examples/thttpd.conf -share/www/index.html -share/www/sitedrivenby.gif -@dirrm share/www +share/thttpd/index.html +share/thttpd/sitedrivenby.gif +@dirrm share/thttpd @dirrm libexec/cgi-bin |