aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-08-05 08:06:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-08-05 08:06:10 +0800
commit75a85d608c1a9d79b8d675d3815158c6d064c5fc (patch)
treece29f30c6e3c19f5d908ed82732a766fb7f52053 /net
parent936bf2e7d1c74645acf55f7c720fa44aac042bc9 (diff)
downloadfreebsd-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/Makefile5
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>