Pre-delete RCS files, my patch complains otherwise.

This commit is contained in:
Satoshi Asami 1996-12-06 23:24:36 +00:00
parent 24e3021aa9
commit c409b4977a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4843

View file

@ -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>