diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 01:50:32 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 01:50:32 +0000 |
commit | 46df6747a254246987a8ae7df3ca0cb87ccfe8f5 (patch) | |
tree | d2b8fec79e8772209909a0784c9de6598b3b86cc /comms/malsync | |
parent | 4479b24238761a2f508ff3d84a07b2df090c6303 (diff) | |
download | pkgsrc-46df6747a254246987a8ae7df3ca0cb87ccfe8f5.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'comms/malsync')
-rw-r--r-- | comms/malsync/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index 8318e15af37..d87b85ecbe3 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/22 07:51:12 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/12 01:52:55 snj Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-/_/}.src @@ -12,7 +12,7 @@ HOMEPAGE= http://www.tomw.org/malsync/ COMMENT= Utility to synchronize Palm Pilots to the AvantGo.com service WRKSRC= ${WRKDIR}/malsync -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make MAKE_ENV+= PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs} CPPFLAGS+= -D__unix__=1 @@ -24,5 +24,5 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/${doc} ${PREFIX}/share/doc/malsync .endfor -.include "../../comms/pilot-link-libs/buildlink2.mk" +.include "../../comms/pilot-link-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |