diff options
author | obache <obache@pkgsrc.org> | 2011-11-26 13:03:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-26 13:03:36 +0000 |
commit | 3fc9fddf61d10a415d7ff6366dc3068562a230f9 (patch) | |
tree | 7e0e9368d2417053a1ee8606db17702214da1ded /mail/offlineimap | |
parent | 9c6b8f82389b78c26f45f5e5dc184aa572a39a94 (diff) | |
download | pkgsrc-3fc9fddf61d10a415d7ff6366dc3068562a230f9.tar.gz |
* Update HOMEPAGE
* set LICENSE
Diffstat (limited to 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index c47ab39f632..31ac49535fa 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/11/13 21:08:58 shattered Exp $ +# $NetBSD: Makefile,v 1.19 2011/11/26 13:03:36 obache Exp $ # DISTNAME= offlineimap_${_OFFLINEIMAP_VER} @@ -8,8 +8,9 @@ CATEGORIES= mail MASTER_SITES= http://software.complete.org/offlineimap/static/download_area/${_OFFLINEIMAP_VER}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://software.complete.org/software/projects/show/offlineimap +HOMEPAGE= http://offlineimap.org/ COMMENT= Powerful IMAP/Maildir synchronization and reader support +LICENSE= python-software-foundation AND gnu-gpl-v2 # or later PKG_DESTDIR_SUPPORT= user-destdir |