summaryrefslogtreecommitdiff
path: root/palm/coldsync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/coldsync/Makefile')
-rw-r--r--palm/coldsync/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile
index dd30935b870c..089410648f19 100644
--- a/palm/coldsync/Makefile
+++ b/palm/coldsync/Makefile
@@ -7,7 +7,7 @@
PORTNAME= coldsync
PORTVERSION= 2.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= palm comms
MASTER_SITES= http://www.ooblick.com/software/coldsync/
@@ -35,6 +35,12 @@ CONFIGURE_ARGS+= --with-i18n
# I don't know how to test for a version of {Net,Open}BSD that supports USB.
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000
CONFIGURE_ARGS+= --with-usb
+.if ${OSVERSION} >= 450000
+post-patch:
+ ${PERL} -pi -e 's,udi\.(\S+),udi.udi_\1,g;' \
+ -e 's,ur\.(\S+),ur.ucr_\1,g;' \
+ ${WRKSRC}/configure ${WRKSRC}/libpconn/PConnection_usb.c
+.endif
.endif
post-install: