summaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-06 23:24:36 +0000
committerasami <asami@FreeBSD.org>1996-12-06 23:24:36 +0000
commitdc9be0197536a8755bdc2a4649a97ba1723679a4 (patch)
tree0f2b3803c46fd82f6bcd6e70d81f9a036acd3094 /cad
parentc3ebc21bea43d3a94223bc3c0eaedda354d2e21a (diff)
downloadFreeBSD-ports-dc9be0197536a8755bdc2a4649a97ba1723679a4.zip
FreeBSD-ports-dc9be0197536a8755bdc2a4649a97ba1723679a4.tar.gz
Pre-delete RCS files, my patch complains otherwise.
Diffstat (limited to 'cad')
-rw-r--r--cad/irsim/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile
index 3cf9d7b..556c1d1 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>
OpenPOWER on IntegriCloud