From ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 7 Apr 2001 11:21:35 +0000 Subject: beforeinstall -> SCRIPTS. --- games/caesar/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'games/caesar') 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 -- cgit v1.1