summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-24 00:48:42 +0000
committerjoerg <joerg>2014-11-24 00:48:42 +0000
commite80c8e14d8baab245c7936e66ca42d79a35fa1f8 (patch)
treeb0fd9ab86caa05c997eb3dbe5de3f4287d7e23ea
parent51c0aad170882bbc1c3beea1efbbfd05b1547ae1 (diff)
downloadpkgsrc-e80c8e14d8baab245c7936e66ca42d79a35fa1f8.tar.gz
Pick icon from the subdirectory.
-rw-r--r--www/hiawatha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile
index c0e83c6d6d7..467b33b8b93 100644
--- a/www/hiawatha/Makefile
+++ b/www/hiawatha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/09/25 19:46:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2014/11/24 00:48:42 joerg Exp $
#
DISTNAME= hiawatha
@@ -51,7 +51,7 @@ do-install:
cd ${WRKSRC} && pax -s '/^WEBROOT/pault.com/' -rw WEBROOT ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${FILESDIR}/index.xml ${DESTDIR}${EGDIR}/WEBROOT
${INSTALL_DATA} ${FILESDIR}/index.xsl ${DESTDIR}${EGDIR}/WEBROOT
- ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${DESTDIR}${EGDIR}/WEBROOT/images
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/sitedrivenby.gif ${DESTDIR}${EGDIR}/WEBROOT/images
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"