diff options
author | kris <kris@FreeBSD.org> | 2004-10-07 15:56:14 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-10-07 15:56:14 +0000 |
commit | a9d3a7e4eb421474094de9519bd11de50f3f8878 (patch) | |
tree | 0bc9dbc6f549b1ad143a608cbaa52244fe76f1a6 | |
parent | 10ba6bc23925898713a759a854f1ef79d278b334 (diff) | |
download | FreeBSD-ports-a9d3a7e4eb421474094de9519bd11de50f3f8878.zip FreeBSD-ports-a9d3a7e4eb421474094de9519bd11de50f3f8878.tar.gz |
Mark IGNORE because the package somehow includes a dangling symlink, i.e.
it is incomplete.
Approved by: portmgr (self)
-rw-r--r-- | security/libsectok/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libsectok/Makefile b/security/libsectok/Makefile index 4597c26..c8e34e1 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> |