diff options
author | agc <agc@pkgsrc.org> | 1999-11-18 15:24:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-18 15:24:18 +0000 |
commit | b94e79dfb33fe0ad71677e6cbfbfe9c1feba345e (patch) | |
tree | 0bfcfb5d350de4ce150139121b1ec64c028f1c3c /math/abacus | |
parent | 445a18486554da6629f0e85c9b9767fdc74d40d1 (diff) | |
download | pkgsrc-b94e79dfb33fe0ad71677e6cbfbfe9c1feba345e.tar.gz |
Rename the RCS directories in the distribution, so that the patches are
applied cleanly.
Diffstat (limited to 'math/abacus')
-rw-r--r-- | math/abacus/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 |