diff options
author | gdt <gdt@pkgsrc.org> | 2005-12-19 21:10:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-12-19 21:10:52 +0000 |
commit | d65a82dd630c0ef815ff96b171a63df184d141c4 (patch) | |
tree | 5071abc3f833a4e66177226124151a4bc2035498 /www/thttpd | |
parent | b425ddcb1197e437acd7c38b632b5a978989b279 (diff) | |
download | pkgsrc-d65a82dd630c0ef815ff96b171a63df184d141c4.tar.gz |
Reference sitedrivenby.gif from the DIST_SUBDIR where it is. Previous
this package failed to 'make install'.
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 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" |