diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
commit | d0915c61c3e5274723f1ab455789fc8891f1bec5 (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /games/zoom | |
parent | 9df842d1237e5ab852210ddbb94642641ca27d97 (diff) | |
download | pkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'games/zoom')
-rw-r--r-- | games/zoom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |