aboutsummaryrefslogtreecommitdiff
path: root/palm/gnomepilot-conduits2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-10 18:25:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-10 18:25:50 +0000
commitd184a2fc4178cf7f87c7f2116456686777cf9cc2 (patch)
tree38fd13c8b41f3929e5d3a0ed1938373782600787 /palm/gnomepilot-conduits2/Makefile
parentc08ca91f34579e99f1bc29a25752c922428d89a6 (diff)
downloadports-d184a2fc4178cf7f87c7f2116456686777cf9cc2.tar.gz
ports-d184a2fc4178cf7f87c7f2116456686777cf9cc2.zip
Notes
Diffstat (limited to 'palm/gnomepilot-conduits2/Makefile')
-rw-r--r--palm/gnomepilot-conduits2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile
index 8dc0b8d64faf..297b56ab9dd6 100644
--- a/palm/gnomepilot-conduits2/Makefile
+++ b/palm/gnomepilot-conduits2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnomepilot-conduits2
-PORTVERSION= 2.0.12
-PORTREVISION= 2
+PORTVERSION= 2.0.13
CATEGORIES= palm comms gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-pilot-conduits/2.0
@@ -33,5 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c
+ @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
+ ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>