diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-02-27 17:02:11 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2016-02-27 17:02:11 +0000 |
commit | 342be81f9389032f232d3767cdbc0a921d7f5912 (patch) | |
tree | ec32b88b6c4dc87076f2920f16859fc81e45d38a /security/cyrus-sasl2-srp | |
parent | Update to 2.0.2. See https://www.wireshark.org/docs/relnotes/wireshark-2.0.2... (diff) |
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/Makefile | 5 |
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" |