diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-10-29 17:12:59 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-10-29 17:12:59 +0000 |
commit | 00dec1eeb0d81706c7c36886ab55d9120e5c9b5b (patch) | |
tree | b0f6eadfff1b8053cf41383d0b05b8560d62fbea /mail | |
parent | 517a2e991c47335f09e344407d686a1f08a370e9 (diff) | |
download | pkgsrc-00dec1eeb0d81706c7c36886ab55d9120e5c9b5b.tar.gz |
This pkg installs some README files etc. Add them to the PLIST.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/isync/Makefile | 3 | ||||
-rw-r--r-- | mail/isync/PLIST | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 75aedfb2078..c9892d23996 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/04/24 09:31:54 adrianp Exp $ +# $NetBSD: Makefile,v 1.13 2005/10/29 17:12:59 kristerw Exp $ # DISTNAME= isync-1.0.1 +PKGREVISION= 1 CATEGORIES= mail net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/} diff --git a/mail/isync/PLIST b/mail/isync/PLIST index 1d7cb80d984..c6f5b94e752 100644 --- a/mail/isync/PLIST +++ b/mail/isync/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/04/24 09:31:54 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/10/29 17:12:59 kristerw Exp $ bin/get-cert bin/isync bin/mbsync @@ -6,6 +6,12 @@ bin/mdconvert man/man1/isync.1 man/man1/mbsync.1 man/man1/mdconvert.1 +share/doc/isync/AUTHORS +share/doc/isync/ChangeLog +share/doc/isync/NEWS +share/doc/isync/README +share/doc/isync/TODO share/examples/isync/isyncrc.sample share/examples/isync/mbsyncrc.sample @dirrm share/examples/isync +@dirrm share/doc/isync |