summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mbone/sdr/Makefile7
-rw-r--r--net/sdr/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile
index 4c9acb1c9832..db78b22c5a07 100644
--- a/mbone/sdr/Makefile
+++ b/mbone/sdr/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1997/04/20 13:19:25 wosch Exp $
+# $Id: Makefile,v 1.5 1997/09/11 03:54:57 fenner Exp $
#
DISTNAME= sdr.V2.3a1
@@ -20,4 +20,9 @@ NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_X11= yes
+# src/libs.tcl is autogenerated from the tcl/tk installed on the
+# build system, so we shouldn't use the one in the distribution.
+post-extract:
+ -@rm ${WRKSRC}/src/libs.tcl
+
.include <bsd.port.mk>
diff --git a/net/sdr/Makefile b/net/sdr/Makefile
index 4c9acb1c9832..db78b22c5a07 100644
--- a/net/sdr/Makefile
+++ b/net/sdr/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1997/04/20 13:19:25 wosch Exp $
+# $Id: Makefile,v 1.5 1997/09/11 03:54:57 fenner Exp $
#
DISTNAME= sdr.V2.3a1
@@ -20,4 +20,9 @@ NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_X11= yes
+# src/libs.tcl is autogenerated from the tcl/tk installed on the
+# build system, so we shouldn't use the one in the distribution.
+post-extract:
+ -@rm ${WRKSRC}/src/libs.tcl
+
.include <bsd.port.mk>