diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/asterisk12-app-ldap/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index ec2506b93931..4fbe68ab23a3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -31,6 +31,7 @@ SUBDIR += asterisk12 SUBDIR += asterisk-addons SUBDIR += asterisk12-addons + SUBDIR += asterisk12-app-ldap SUBDIR += asterisk-app-ldap SUBDIR += asterisk-app-notify SUBDIR += asterisk-bristuff diff --git a/net/asterisk12-app-ldap/Makefile b/net/asterisk12-app-ldap/Makefile index 3bb548fd7f66..113fabc51cbe 100644 --- a/net/asterisk12-app-ldap/Makefile +++ b/net/asterisk12-app-ldap/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= app_ldap +PORTNAME= asterisk12-app-ldap DISTVERSION= 1.0rc6 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.mezzo.net/asterisk/ +DISTNAME= app_ldap-${DISTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= idefix@fechner.net |