diff options
author | wiz <wiz> | 2002-10-05 03:43:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-05 03:43:42 +0000 |
commit | b0e44e0a9164110a55724aa8822c17289ac3f301 (patch) | |
tree | ce097ea5acd571df6b0f33db4e7e25848d35ca76 /comms/malsync | |
parent | c141585f8c7baec776040b18c553daaa764421f0 (diff) | |
download | pkgsrc-b0e44e0a9164110a55724aa8822c17289ac3f301.tar.gz |
Convert to buildlink2. Fix DISTNAME.
Diffstat (limited to 'comms/malsync')
-rw-r--r-- | comms/malsync/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index ca6b85576b6..e43493e730b 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2002/09/10 16:06:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/05 03:43:42 wiz Exp $ # -DISTNAME= ${PKGNAME:S/-/_/}.src +DISTNAME= ${PKGNAME_NOREV:S/-/_/}.src PKGNAME= malsync-2.0.5 PKGREVISION= 1 WRKSRC= ${WRKDIR}/malsync/mal/client/unix @@ -12,7 +12,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.tomw.org/malsync/ COMMENT= utility to synchronize Palm Pilots to the AvantGo.com service -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_GMAKE= YES do-install: @@ -22,5 +22,5 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/${doc} ${PREFIX}/share/doc/malsync .endfor -.include "../../comms/pilot-link-libs/buildlink.mk" +.include "../../comms/pilot-link-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |