diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
commit | 07cd20b334bcce67d925d228b1dc798c007141f0 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /comms/malsync/Makefile | |
parent | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff) | |
download | pkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'comms/malsync/Makefile')
-rw-r--r-- | comms/malsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index 3d0c02795ec..d22d2496f74 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/14 22:58:44 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:56:17 wiz Exp $ # DISTNAME= ${PKGNAME:S/-/_/}.src @@ -9,6 +9,7 @@ MASTER_SITES= http://www.tomw.org/malsync/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.tomw.org/malsync/ +COMMENT= utility to synchronize Palm Pilots to the AvantGo.com service DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link |