aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-10-15 20:35:20 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-10-15 20:35:20 +0000
commit0529163026b2817a389cb909fcaf701b99cc1d15 (patch)
treee5d70c71b2ca2fbb796e860c43db67a5cd4e6b57 /mbone
parent246222aa87212cbd3da1d4014806a4d72eaf9ddf (diff)
downloadports-0529163026b2817a389cb909fcaf701b99cc1d15.tar.gz
ports-0529163026b2817a389cb909fcaf701b99cc1d15.zip
Don't use the libs.tcl from the distribution; let it get dynamically
generated instead. Fixes tcl library mismatch warning.
Notes
Notes: svn path=/head/; revision=8289
Diffstat (limited to 'mbone')
-rw-r--r--mbone/sdr/Makefile7
1 files changed, 6 insertions, 1 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>