aboutsummaryrefslogtreecommitdiff
path: root/comms/atslog/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-21 12:32:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-21 12:32:48 +0000
commit0f865b7b6d5671d316c80872b6dc9dd567dbc3bd (patch)
treeb4e71234b8bd2753e06c4ef378a02f548dc1d5e0 /comms/atslog/Makefile
parentd2f083e53039133b4c2f828525833d18d8e6d5e5 (diff)
downloadports-0f865b7b6d5671d316c80872b6dc9dd567dbc3bd.tar.gz
ports-0f865b7b6d5671d316c80872b6dc9dd567dbc3bd.zip
- PBX library fixes from svn
- Bump PORTREVISION PR: 110575 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes
Notes: svn path=/head/; revision=187881
Diffstat (limited to 'comms/atslog/Makefile')
-rw-r--r--comms/atslog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/atslog/Makefile b/comms/atslog/Makefile
index 7ffe7215d9cc..bbacf721ff18 100644
--- a/comms/atslog/Makefile
+++ b/comms/atslog/Makefile
@@ -7,6 +7,7 @@
PORTNAME= atslog
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= BERLIOS
@@ -108,7 +109,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/data/sql/install-sql.pl ${DATADIR}/sql
${MKDIR} ${PREFIX}/libexec/${PORTNAME}
cd ${WRKSRC}/libexec && \
- ${FIND} . -type f ! -iregex ".*\.sh" -exec \
+ ${FIND} -E . -type f ! -iregex ".*\.(sh|orig)" -exec \
${INSTALL_DATA} "{}" "${PREFIX}/libexec/${PORTNAME}/{}" \;
${INSTALL_SCRIPT} ${WRKSRC}/libexec/genindex.sh ${PREFIX}/libexec/${PORTNAME}/
.if !defined(WITHOUT_WWW)