From bbef88e1a5535074053d60fa0fa2b5832f7de5ea Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 17 Dec 2001 13:59:35 +0000 Subject: FILES support for bsd.prog.mk. See bsd.README for details. Stolen from: NetBSD --- games/fortune/datfiles/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'games/fortune') diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile index 4cccfb8..ad0f145 100644 --- a/games/fortune/datfiles/Makefile +++ b/games/fortune/datfiles/Makefile @@ -21,15 +21,10 @@ TYPE= real # THE FOURTH LINE: #TYPE= fake +FILES+= ${BLDS} CLEANFILES+=${BLDS} -all: ${BLDS} - -beforeinstall: - (cd ${.CURDIR} && ${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} \ - -m ${SHAREMODE} ${FILES} ${DESTDIR}${SHAREDIR}/games/fortune) - ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ - ${BLDS} ${DESTDIR}${SHAREDIR}/games/fortune +FILESDIR= ${SHAREDIR}/games/fortune .for f in fortunes fortunes2 fortunes2-o freebsd-tips limerick murphy murphy-o startrek zippy $f.dat: $f -- cgit v1.1