summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt>2005-12-19 21:10:52 +0000
committergdt <gdt>2005-12-19 21:10:52 +0000
commit51d6594f3d597c8978a0f5fb45936a2db81949a5 (patch)
tree5071abc3f833a4e66177226124151a4bc2035498
parent49d4b42ba8e8708815e15d04e079e94667681092 (diff)
downloadpkgsrc-51d6594f3d597c8978a0f5fb45936a2db81949a5.tar.gz
Reference sitedrivenby.gif from the DIST_SUBDIR where it is. Previous
this package failed to 'make install'.
-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"