aboutsummaryrefslogtreecommitdiffstats
path: root/comms/atslog/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-03-21 20:32:48 +0800
committermiwi <miwi@FreeBSD.org>2007-03-21 20:32:48 +0800
commit997f2fff4f1e5714a34710e7f31cfe61d9db9a1a (patch)
tree9f497efccf57bc519b85a616818d36d16f1f7173 /comms/atslog/Makefile
parentd677908172a7fe78f9b54e3c4b5e81495783efb1 (diff)
downloadfreebsd-ports-gnome-997f2fff4f1e5714a34710e7f31cfe61d9db9a1a.tar.gz
freebsd-ports-gnome-997f2fff4f1e5714a34710e7f31cfe61d9db9a1a.tar.zst
freebsd-ports-gnome-997f2fff4f1e5714a34710e7f31cfe61d9db9a1a.zip
- PBX library fixes from svn
- Bump PORTREVISION PR: 110575 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
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)