From b94e79dfb33fe0ad71677e6cbfbfe9c1feba345e Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 18 Nov 1999 15:24:18 +0000 Subject: Rename the RCS directories in the distribution, so that the patches are applied cleanly. --- math/abacus/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/abacus/Makefile b/math/abacus/Makefile index 69ee308490e..0d3e64f8ad2 100644 --- a/math/abacus/Makefile +++ b/math/abacus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/01 13:36:56 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/18 15:24:18 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1998/09/25 10:07:44 asami Exp # @@ -16,6 +16,11 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 USE_GMAKE= yes USE_X11BASE= yes +pre-patch: + @for d in `find ${WRKSRC} -name RCS -type d -print`; do \ + ${MV} $$d $$d-dist; \ + done + # Until we have tcl 8.0.3 in pkgsrc pre-build: @ ${RM} -f ${WRKSRC}/canvas -- cgit v1.2.3