summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-10-07 15:56:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-10-07 15:56:14 +0000
commitfe3e9b0098847f5d054ed64074729d42e2bfbc56 (patch)
treeb2a0b13295259ab004c90fe33887956f23e22190
parentreplace .error to IGNORE. (diff)
Mark IGNORE because the package somehow includes a dangling symlink, i.e.
it is incomplete. Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118575
-rw-r--r--security/libsectok/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libsectok/Makefile b/security/libsectok/Makefile
index 4597c26ef337..c8e34e14c3cb 100644
--- a/security/libsectok/Makefile
+++ b/security/libsectok/Makefile
@@ -20,4 +20,6 @@ USE_OPENSSL= YES
MAN3= sectok.3
+IGNORE= produces a broken package (dangling symlink)
+
.include <bsd.port.mk>