Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 06:01:07 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519966 - head/games/wizznic
Message-ID:  <201912130601.xBD617di079364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Dec 13 06:01:06 2019
New Revision: 519966
URL: https://svnweb.freebsd.org/changeset/ports/519966

Log:
  games/wizznic: Actually install docs

Modified:
  head/games/wizznic/Makefile

Modified: head/games/wizznic/Makefile
==============================================================================
--- head/games/wizznic/Makefile	Fri Dec 13 05:50:06 2019	(r519965)
+++ head/games/wizznic/Makefile	Fri Dec 13 06:01:06 2019	(r519966)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wizznic
 PORTVERSION=	380
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Source%20Releases/
 DISTNAME=	Wizznic_src_build_${PORTVERSION}
@@ -37,11 +38,11 @@ do-install:
 	cd ${WRKSRC} && ${COPYTREE_SHARE} "data packs" ${STAGEDIR}${DATADIR}
 	${INSTALL_MAN} ${WRKSRC}/doc/wizznic.6 ${STAGEDIR}${MAN6PREFIX}/man/man6
 
-do-insall-DOCS-on:
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
 .for f in changelog.txt credits.txt music-score-credits.txt ports.txt readme.txt
-	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}/
 .endfor
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912130601.xBD617di079364>