diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-10 18:25:50 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-10 18:25:50 +0000 |
commit | 40fd39bb187fd8bcd44411523bf874fe3693f98d (patch) | |
tree | d8156d50d20e7b15a6bc99bbe2328a3795337e16 /palm/gnome-pilot-conduits/Makefile | |
parent | 7f08396a59af38228fa646970d872d64258dab77 (diff) | |
download | FreeBSD-ports-40fd39bb187fd8bcd44411523bf874fe3693f98d.zip FreeBSD-ports-40fd39bb187fd8bcd44411523bf874fe3693f98d.tar.gz |
Update to 2.0.13.
Diffstat (limited to 'palm/gnome-pilot-conduits/Makefile')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index 8dc0b8d..297b56a 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/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> |