From ac9cb019e001134dcd0b8c87252ac132b04938fd Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Jun 2005 04:49:45 +0000 Subject: Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of ${PREFIX}. --- games/zoom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/zoom') diff --git a/games/zoom/Makefile b/games/zoom/Makefile index 927fb5baff1..3139be0d66a 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 04:49:46 jlam Exp $ # DISTNAME= zoom-1.0.1 @@ -26,7 +26,7 @@ GCC_REQD+= 3.0 .endif UNLIMIT_RESOURCES+= datasize -DOCDIR= ${LOCALBASE}/share/doc/html/zoom +DOCDIR= ${PREFIX}/share/doc/html/zoom post-install: ${INSTALL_DATA_DIR} ${DOCDIR} for f in colours.png configXwin.html configmac.html fonts.png \ -- cgit v1.2.3