diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:24:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-06 23:24:36 +0000 |
commit | c409b4977a45792b7b86ade834648794533b4ab0 (patch) | |
tree | 1faa1ed2ed691fbe04beef3fcb2aeda3d83a8486 /cad/irsim | |
parent | 24e3021aa974b3117994cfcc60a29f21cfe32740 (diff) | |
download | ports-c409b4977a45792b7b86ade834648794533b4ab0.tar.gz ports-c409b4977a45792b7b86ade834648794533b4ab0.zip |
Notes
Diffstat (limited to 'cad/irsim')
-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> |