diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 09:46:33 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 10:55:28 +0000 |
commit | 204b5ee9a342ad8d30cb7229cd1d8c406c07bf12 (patch) | |
tree | db4101a3a4d6026a061ac79ec72ac932af899d4e | |
parent | a8e5a272f730103a290d90c41b163705f77774c7 (diff) | |
download | ports-204b5ee9a342ad8d30cb7229cd1d8c406c07bf12.tar.gz ports-204b5ee9a342ad8d30cb7229cd1d8c406c07bf12.zip |
net/phpldapadmin: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
-rw-r--r-- | net/phpldapadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 475d5f6fc92a..8969c67a8e1a 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -19,7 +19,7 @@ GH_PROJECT= phpLDAPadmin NO_ARCH= yes NO_BUILD= yes -CPE_VENDOR= deon_george +CPE_VENDOR= phpldapadmin_project OPTIONS_DEFINE= MCRYPT |