pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/zoom
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jan 7 19:17:57 UTC 2018
Modified Files:
pkgsrc/games/zoom: Makefile PLIST
Log Message:
Moved documentation from share/doc/html/zoom to share/doc/zoom.
share/doc/html has been deprecated since about 10 years.
Bumped PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/zoom/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/zoom/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/zoom/Makefile
diff -u pkgsrc/games/zoom/Makefile:1.37 pkgsrc/games/zoom/Makefile:1.38
--- pkgsrc/games/zoom/Makefile:1.37 Sat Jul 9 06:38:19 2016
+++ pkgsrc/games/zoom/Makefile Sun Jan 7 19:17:57 2018
@@ -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
Index: pkgsrc/games/zoom/PLIST
diff -u pkgsrc/games/zoom/PLIST:1.3 pkgsrc/games/zoom/PLIST:1.4
--- pkgsrc/games/zoom/PLIST:1.3 Mon Jan 1 22:29:36 2018
+++ pkgsrc/games/zoom/PLIST Sun Jan 7 19:17:57 2018
@@ -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