diff options
author | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
commit | ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 (patch) | |
tree | 056ad459e7adb0894bcede2c9ae571d853f222f1 /games/caesar | |
parent | 06174de8ff77027561ef0e58b4ba7aa59799f6c0 (diff) | |
download | FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.zip FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.tar.gz |
beforeinstall -> SCRIPTS.
Diffstat (limited to 'games/caesar')
-rw-r--r-- | games/caesar/Makefile | 5 |
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> |