aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-srp
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2016-02-27 17:02:11 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2016-02-27 17:02:11 +0000
commit342be81f9389032f232d3767cdbc0a921d7f5912 (patch)
treeec32b88b6c4dc87076f2920f16859fc81e45d38a /security/cyrus-sasl2-srp
parentb304c9a491cea4a7de02810be3a48a30c74c926b (diff)
downloadports-342be81f9389032f232d3767cdbc0a921d7f5912.tar.gz
ports-342be81f9389032f232d3767cdbc0a921d7f5912.zip
Move PLIST_FILES for plugins into cyrus-sasl2/Makefile.common.
Notes
Notes: svn path=/head/; revision=409673
Diffstat (limited to 'security/cyrus-sasl2-srp')
-rw-r--r--security/cyrus-sasl2-srp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/security/cyrus-sasl2-srp/Makefile b/security/cyrus-sasl2-srp/Makefile
index 0c01ff4d5a8d..724c3a6e82b8 100644
--- a/security/cyrus-sasl2-srp/Makefile
+++ b/security/cyrus-sasl2-srp/Makefile
@@ -11,9 +11,4 @@ OPTIONS_DEFAULT= SRP_SETPASS
SRP_SETPASS_DESC= setting SRP secrets with saslpasswd
SRP_SETPASS_CONFIGURE_ENABLE= srp-setpass
-PLIST_FILES= lib/sasl2/libsrp.a \
- lib/sasl2/libsrp.so \
- lib/sasl2/libsrp.so.3 \
- lib/sasl2/libsrp.so.3.0.0
-
.include "${.CURDIR}/../../security/cyrus-sasl2/Makefile.common"