summaryrefslogtreecommitdiffstats
path: root/games/caesar
diff options
context:
space:
mode:
Diffstat (limited to 'games/caesar')
-rw-r--r--games/caesar/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud