pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/zoom Moved documentation from share/doc/html/zoo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b3be789707c
branches:  trunk
changeset: 373643:3b3be789707c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 07 19:17:57 2018 +0000

description:
Moved documentation from share/doc/html/zoom to share/doc/zoom.

share/doc/html has been deprecated since about 10 years.

Bumped PKGREVISION.

diffstat:

 games/zoom/Makefile |  17 +++++------------
 games/zoom/PLIST    |  34 +++++++++++++++++-----------------
 2 files changed, 22 insertions(+), 29 deletions(-)

diffs (80 lines):

diff -r 3c51e664bb36 -r 3b3be789707c games/zoom/Makefile
--- a/games/zoom/Makefile       Sun Jan 07 19:17:28 2018 +0000
+++ b/games/zoom/Makefile       Sun Jan 07 19:17:57 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2016/07/09 06:38:19 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2018/01/07 19:17:57 rillig Exp $
 
 DISTNAME=      zoom-1.1.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  http://www.logicalshift.co.uk/unix/zoom/
 
@@ -14,23 +14,16 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         yes
+AUTO_MKDIRS=           yes
 
 .if ${MACHINE_ARCH} == "alpha"
 GCC_REQD+=             3.0
 .endif
 UNLIMIT_RESOURCES+=    datasize
 
-DOCDIR=                        ${PREFIX}/share/doc/html/zoom
-
 post-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
-       for f in colours.png configXwin.html configmac.html fonts.png \
-               game.png generalset.png idx index.html intro.html \
-               resources.png troubleshooting.html ui.png zicon.gif \
-               zoom-icon.png zoom.html ztitle.html; \
-       do \
-               ${INSTALL_DATA} ${WRKSRC}/manual/$$f ${DESTDIR}${DOCDIR}; \
-       done
+       cd ${WRKSRC}/manual \
+       && ${INSTALL_DATA} idx *.html *.gif *.png ${DESTDIR}${PREFIX}/share/doc/zoom
 
 BUILDLINK_DEPMETHOD.libXt=     build
 
diff -r 3c51e664bb36 -r 3b3be789707c games/zoom/PLIST
--- a/games/zoom/PLIST  Sun Jan 07 19:17:28 2018 +0000
+++ b/games/zoom/PLIST  Sun Jan 07 19:17:57 2018 +0000
@@ -1,19 +1,19 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:36 rillig Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/07 19:17:57 rillig Exp $
 bin/zoom
-share/doc/html/zoom/colours.png
-share/doc/html/zoom/configXwin.html
-share/doc/html/zoom/configmac.html
-share/doc/html/zoom/fonts.png
-share/doc/html/zoom/game.png
-share/doc/html/zoom/generalset.png
-share/doc/html/zoom/idx
-share/doc/html/zoom/index.html
-share/doc/html/zoom/intro.html
-share/doc/html/zoom/resources.png
-share/doc/html/zoom/troubleshooting.html
-share/doc/html/zoom/ui.png
-share/doc/html/zoom/zicon.gif
-share/doc/html/zoom/zoom-icon.png
-share/doc/html/zoom/zoom.html
-share/doc/html/zoom/ztitle.html
+share/doc/zoom/colours.png
+share/doc/zoom/configXwin.html
+share/doc/zoom/configmac.html
+share/doc/zoom/fonts.png
+share/doc/zoom/game.png
+share/doc/zoom/generalset.png
+share/doc/zoom/idx
+share/doc/zoom/index.html
+share/doc/zoom/intro.html
+share/doc/zoom/resources.png
+share/doc/zoom/troubleshooting.html
+share/doc/zoom/ui.png
+share/doc/zoom/zicon.gif
+share/doc/zoom/zoom-icon.png
+share/doc/zoom/zoom.html
+share/doc/zoom/ztitle.html
 share/zoom/zoomrc



Home | Main Index | Thread Index | Old Index