diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-13 18:29:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-13 18:29:52 +0000 |
commit | 3a15fc9faea9f33eba13ca6e36fbd4f3c4129461 (patch) | |
tree | 196e328d4f31e08aaee1201769f43545567dec5e /comms/malsync/Makefile | |
parent | 60ace37e986909b7f2af0860ba03aeaca5456eb3 (diff) | |
download | pkgsrc-3a15fc9faea9f33eba13ca6e36fbd4f3c4129461.tar.gz |
Update to 2.1.1 to make it work with current pilot-link-libs.
Changes since 2.0.5: ChangeLog only documents portability
fixes, but is incomplete.
Diffstat (limited to 'comms/malsync/Makefile')
-rw-r--r-- | comms/malsync/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index e43493e730b..89ce6990b42 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2002/10/05 03:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/13 18:29:52 wiz Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-/_/}.src -PKGNAME= malsync-2.0.5 -PKGREVISION= 1 -WRKSRC= ${WRKDIR}/malsync/mal/client/unix +PKGNAME= malsync-2.1.1 +WRKSRC= ${WRKDIR}/malsync CATEGORIES= comms MASTER_SITES= http://www.tomw.org/malsync/ @@ -14,6 +13,8 @@ COMMENT= utility to synchronize Palm Pilots to the AvantGo.com service USE_BUILDLINK2= YES USE_GMAKE= YES +MAKE_ENV+= PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs} +CPPFLAGS+= -D__unix__=1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/malsync ${PREFIX}/bin |