aboutsummaryrefslogtreecommitdiff
path: root/games/larn/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-02-09 02:52:41 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-02-09 02:52:41 +0000
commitc6234bb251b13907d0c3ce34b89663a8332781e2 (patch)
tree3b562ae45dfdde27be8d0184a94adfb092c54d3a /games/larn/Makefile
parentbd239153588ca9400d89aabbf91ea593c39c63ed (diff)
downloadsrc-c6234bb251b13907d0c3ce34b89663a8332781e2.tar.gz
src-c6234bb251b13907d0c3ce34b89663a8332781e2.zip
444 -> ${NOBINMODE}
/usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
Notes
Notes: svn path=/head/; revision=22449
Diffstat (limited to 'games/larn/Makefile')
-rw-r--r--games/larn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/larn/Makefile b/games/larn/Makefile
index 4aab5e708bff..12280cd923d7 100644
--- a/games/larn/Makefile
+++ b/games/larn/Makefile
@@ -63,7 +63,7 @@ HIDEGAME=hidegame
beforeinstall:
(cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
- -m 444 larnmaze larnopts larn.help \
- ${DESTDIR}/usr/share/games/larn)
+ -m ${NOBINMODE} larnmaze larnopts larn.help \
+ ${DESTDIR}${SHAREDIR}/games/larn)
.include <bsd.prog.mk>