diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 07:24:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 07:24:36 +0800 |
commit | dc9be0197536a8755bdc2a4649a97ba1723679a4 (patch) | |
tree | 0f2b3803c46fd82f6bcd6e70d81f9a036acd3094 /cad | |
parent | c3ebc21bea43d3a94223bc3c0eaedda354d2e21a (diff) | |
download | freebsd-ports-gnome-dc9be0197536a8755bdc2a4649a97ba1723679a4.tar.gz freebsd-ports-gnome-dc9be0197536a8755bdc2a4649a97ba1723679a4.tar.zst freebsd-ports-gnome-dc9be0197536a8755bdc2a4649a97ba1723679a4.zip |
Pre-delete RCS files, my patch complains otherwise.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/irsim/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 3cf9d7bb81fc..556c1d1792c8 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.6 1996/11/18 13:57:06 asami Exp $ +# $Id: Makefile,v 1.7 1996/12/06 08:19:54 swallace Exp $ # DISTNAME= irsim-9.4.1 @@ -17,4 +17,8 @@ MAN1= irsim.1 MAN3= irsim-analyzer.3 MAN5= netchange.5 +# othewise patch will complain +post-extract: + @find ${WRKSRC} -name RCS | xargs ${RM} -rf + .include <bsd.port.mk> |