summaryrefslogtreecommitdiffstats
path: root/games/caesar/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
committerru <ru@FreeBSD.org>2001-04-07 11:21:35 +0000
commitef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 (patch)
tree056ad459e7adb0894bcede2c9ae571d853f222f1 /games/caesar/Makefile
parent06174de8ff77027561ef0e58b4ba7aa59799f6c0 (diff)
downloadFreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.zip
FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.tar.gz
beforeinstall -> SCRIPTS.
Diffstat (limited to 'games/caesar/Makefile')
-rw-r--r--games/caesar/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/caesar/Makefile b/games/caesar/Makefile
index 48a8430..e63f323 100644
--- a/games/caesar/Makefile
+++ b/games/caesar/Makefile
@@ -4,13 +4,10 @@
PROG= caesar
DPADD= ${LIBM}
LDADD= -lm
+SCRIPTS=rot13.sh
MAN= caesar.6
MLINKS= caesar.6 rot13.6
CFLAGS+= -Wall
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/rot13.sh ${DESTDIR}${BINDIR}/rot13
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud