aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tct
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:13:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:13:34 +0000
commit01043704c54e8d77ed95bb4de581641a47aa054b (patch)
treeadc2feb5e587a7c16077045abb9893524a091828 /sysutils/tct
parentaeec5966d09f1570a6aa5592e384cad155b12a8d (diff)
downloadports-01043704c54e8d77ed95bb4de581641a47aa054b.tar.gz
ports-01043704c54e8d77ed95bb4de581641a47aa054b.zip
BROKEN on 6.x: Does not build
Notes
Notes: svn path=/head/; revision=121917
Diffstat (limited to 'sysutils/tct')
-rw-r--r--sysutils/tct/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/tct/Makefile b/sysutils/tct/Makefile
index 1c43c532a301..1f042ef50ae2 100644
--- a/sysutils/tct/Makefile
+++ b/sysutils/tct/Makefile
@@ -24,6 +24,10 @@ MYPORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TOD
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not build on FreeBSD >= 6.x"
+.endif
+
post-patch:
${SED} -e 's,/usr/local,${PREFIX},g' pkg-message > ${PKGMESSAGE}