diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-07 19:17:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-07 19:17:57 +0000 |
commit | d5f33f1323038c68c094724e983d7cf042a54158 (patch) | |
tree | 91191cfce88f9412e3f3c96dd82aff3aeda6d467 | |
parent | 5ff4088131ae605b114de3cfac429882eba6305a (diff) | |
download | pkgsrc-d5f33f1323038c68c094724e983d7cf042a54158.tar.gz |
Moved documentation from share/doc/html/zoom to share/doc/zoom.
share/doc/html has been deprecated since about 10 years.
Bumped PKGREVISION.
-rw-r--r-- | games/zoom/Makefile | 17 | ||||
-rw-r--r-- | games/zoom/PLIST | 34 |
2 files changed, 22 insertions, 29 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index 680e23184c0..5efcb32e281 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -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_LIBTOOL= yes 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 --git a/games/zoom/PLIST b/games/zoom/PLIST index 2e4f4bb11d4..82cf4b8afbf 100644 --- a/games/zoom/PLIST +++ b/games/zoom/PLIST @@ -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 |