diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /comms/malsync/Makefile | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'comms/malsync/Makefile')
-rw-r--r-- | comms/malsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index 84907330e58..fd34f7850d8 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 16:35:14 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:10:01 agc Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-/_/}.src PKGNAME= malsync-2.1.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/malsync CATEGORIES= comms MASTER_SITES= http://www.tomw.org/malsync/ @@ -12,6 +11,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.tomw.org/malsync/ COMMENT= Utility to synchronize Palm Pilots to the AvantGo.com service +WRKSRC= ${WRKDIR}/malsync USE_BUILDLINK2= YES USE_GMAKE= YES MAKE_ENV+= PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs} |