diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-05 08:06:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-05 08:06:10 +0800 |
commit | 75a85d608c1a9d79b8d675d3815158c6d064c5fc (patch) | |
tree | ce29f30c6e3c19f5d908ed82732a766fb7f52053 /net | |
parent | 936bf2e7d1c74645acf55f7c720fa44aac042bc9 (diff) | |
download | freebsd-ports-gnome-75a85d608c1a9d79b8d675d3815158c6d064c5fc.tar.gz freebsd-ports-gnome-75a85d608c1a9d79b8d675d3815158c6d064c5fc.tar.zst freebsd-ports-gnome-75a85d608c1a9d79b8d675d3815158c6d064c5fc.zip |
- Remove extra PLIST_FILES
PR: 137362
Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org>
Approved by: Matthias Fechner <idefix@fechner.net> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-app-ldap/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/asterisk-app-ldap/Makefile b/net/asterisk-app-ldap/Makefile index abd75f4c9a14..a6bdb52f4ec2 100644 --- a/net/asterisk-app-ldap/Makefile +++ b/net/asterisk-app-ldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk-app-ldap DISTVERSION= 2.0rc1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.mezzo.net/asterisk/ DISTNAME= app_ldap-${DISTVERSION} @@ -22,7 +22,4 @@ USE_GMAKE= yes USE_ICONV= yes USE_OPENLDAP= yes -PLIST_FILES= lib/asterisk/modules/app_ldap.so \ - etc/asterisk/ldap.conf.sample - .include <bsd.port.mk> |