summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-12 00:52:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-12 00:52:55 +0000
commit5b07754aa13066a3bdde7cb2d2210d11eff9bca3 (patch)
tree4b7548cdee9f5cc94473950ac82175ec9413a350 /net-im
parentwhitespace only (diff)
Allow everybuddy to find its module files at startup (correct REINPLACE
regexp), and bump PORTREVISION. Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=90871
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ayttm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile
index c33b4d0fe796..1da8ef3d951c 100644
--- a/net-im/ayttm/Makefile
+++ b/net-im/ayttm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= everybuddy
PORTVERSION= 0.4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.everybuddy.com/files/
@@ -50,7 +50,7 @@ pre-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^Utilitiesdir|#Utilitiesdir|g; \
s|^Utilities_DATA|#Utilities_DATA|g; \
- s|[(]datadir[)]/everybuddy|(prefix)/lib/everybuddy|g; \
+ s|[({]datadir[})]/everybuddy|(prefix)/lib/everybuddy|g; \
s|-module|-module -avoid-version|g'
.include <bsd.port.post.mk>