diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-26 00:13:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-26 00:13:59 +0000 |
commit | a7beaf6eff7fd2505960959174229f5d2a570ac1 (patch) | |
tree | 5babdafdd0c89ab9e46283da6a9e56f5c8e63e5f /security/pks | |
parent | 0cae6aa6d426f6e3b530e5fe626d1d9e1f00bff7 (diff) | |
download | ports-a7beaf6eff7fd2505960959174229f5d2a570ac1.tar.gz ports-a7beaf6eff7fd2505960959174229f5d2a570ac1.zip |
Notes
Diffstat (limited to 'security/pks')
-rw-r--r-- | security/pks/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index e24a21309dfa..f02d837fddd7 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -16,6 +16,8 @@ COMMENT= PGP Public Key Server LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 +BROKEN= Incomplete pkg-plist + GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/pks --localstatedir=/var/pks \ --sysconfdir=${EXAMPLESDIR} \ |