From facc59a0573ce719647ddf52088ee8ee97a9a249 Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 9 Feb 1997 02:52:41 +0000 Subject: 444 -> ${NOBINMODE} /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} --- games/caesar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/caesar') diff --git a/games/caesar/Makefile b/games/caesar/Makefile index b9e4bca..2621275 100644 --- a/games/caesar/Makefile +++ b/games/caesar/Makefile @@ -10,6 +10,6 @@ CFLAGS+= -Wall beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13 + ${.CURDIR}/rot13.sh ${DESTDIR}${BINDIR}/rot13 .include -- cgit v1.1