summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgdt <gdt>2005-12-19 21:10:52 +0000
committergdt <gdt>2005-12-19 21:10:52 +0000
commitc6b0407f75f7321aea8b156884d553f46282ec71 (patch)
tree5071abc3f833a4e66177226124151a4bc2035498 /www
parentd324ef170be2bb308f14170ee216caaf71c0041b (diff)
downloadpkgsrc-c6b0407f75f7321aea8b156884d553f46282ec71.tar.gz
Reference sitedrivenby.gif from the DIST_SUBDIR where it is. Previous
this package failed to 'make install'.
Diffstat (limited to 'www')
-rw-r--r--www/thttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile
index 255e82674df..d36c05dc0d8 100644
--- a/www/thttpd/Makefile
+++ b/www/thttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/12/06 14:19:39 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2005/12/19 21:10:52 gdt Exp $
DISTNAME= thttpd-2.25b
PKGREVISION= 5
@@ -54,6 +54,6 @@ post-build:
post-install:
${INSTALL_DATA} ${WRKDIR}/thttpd.conf ${PREFIX}/share/examples
${INSTALL_DATA} ${WRKSRC}/index.html ${PREFIX}/share/thttpd
- ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/thttpd
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/sitedrivenby.gif ${PREFIX}/share/thttpd
.include "../../mk/bsd.pkg.mk"