From dce90a3ee0acabafedc74ec07e0f88999fdd90fe Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 18 Nov 2006 17:32:55 +0000 Subject: [PATCH] - remove VERSION variable - change MASTER_SITES - while here, do some indentation cleaning ok steven@ --- comms/malsync/Makefile | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index 60a763e6772..28608c5d36d 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,32 +1,31 @@ -# $OpenBSD: Makefile,v 1.26 2006/10/20 11:51:58 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2006/11/18 17:32:55 ajacoutot Exp $ -COMMENT= "command line tool to synchronize Palm pilot to AvantGo" +COMMENT= "command line tool to synchronize Palm pilot to AvantGo" -VERSION= 2.2.0 -DISTNAME= malsync_${VERSION}.src -PKGNAME= malsync-${VERSION} -CATEGORIES= comms palm +DISTNAME= malsync_2.2.0.src +PKGNAME= ${DISTNAME:S/_/-/:S/.src//} +CATEGORIES= comms palm -MASTER_SITES= http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/ \ - http://gentoo.oregonstate.edu/distfiles/ \ - ftp://ftp.fr.freebsd.org/pub/FreeBSD/distfiles/ +MASTER_SITES= http://www.obsd.fr/OpenBSD/distfiles/ \ + http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/ -MAINTAINER= Antoine Jacoutot +MAINTAINER= Antoine Jacoutot # MPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes + WANTLIB= c -LIB_DEPENDS= pisock.>=9::comms/pilot-link +LIB_DEPENDS= pisock.>=9::comms/pilot-link -USE_GMAKE= Yes -WRKSRC= ${WRKDIR}/malsync -WRKDIST= ${WRKSRC} +USE_GMAKE= Yes +WRKSRC= ${WRKDIR}/malsync +WRKDIST= ${WRKSRC} -NO_REGRESS= Yes +NO_REGRESS= Yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/malsync ${PREFIX}/bin