summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-12-10 20:50:15 +0000
committerabs <abs@pkgsrc.org>2009-12-10 20:50:15 +0000
commit51784ee2018c75fbed6277c35b8c9a19c20fa005 (patch)
treee15ad0e4e8f48453bbbef3c64188966ac68aaae5 /games
parent3981a1da64d5b6636af0fa0940031f390ad8de5b (diff)
downloadpkgsrc-51784ee2018c75fbed6277c35b8c9a19c20fa005.tar.gz
PKG_DESTDIR_SUPPORT, bump pkgrevision
Diffstat (limited to 'games')
-rw-r--r--games/zoom/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
index 2e0af853090..d5002893ce8 100644
--- a/games/zoom/Makefile
+++ b/games/zoom/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/12/27 13:37:37 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2009/12/10 20:50:15 abs Exp $
DISTNAME= zoom-1.0.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/
@@ -19,15 +19,18 @@ GCC_REQD+= 3.0
.endif
UNLIMIT_RESOURCES+= datasize
+PKG_DESTDIR_SUPPORT= user-destdir
+
DOCDIR= ${PREFIX}/share/doc/html/zoom
+
post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${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 ${DOCDIR}; \
+ ${INSTALL_DATA} ${WRKSRC}/manual/$$f ${DESTDIR}${DOCDIR}; \
done
BUILDLINK_DEPMETHOD.libXt= build