diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2003-11-12 07:56:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2003-11-12 07:56:17 +0000 |
commit | 7fc30e0824c4ba7ce70ebc0770b9dfb8dce0df99 (patch) | |
tree | 9c8f572eeb877b2a262413282e584e59e1afe5df /mail/poppy | |
parent | bbbad6293b18da3b02c901465f94178ec4e4448a (diff) | |
download | ports-7fc30e0824c4ba7ce70ebc0770b9dfb8dce0df99.tar.gz ports-7fc30e0824c4ba7ce70ebc0770b9dfb8dce0df99.zip |
Notes
Diffstat (limited to 'mail/poppy')
-rw-r--r-- | mail/poppy/Makefile | 7 | ||||
-rw-r--r-- | mail/poppy/distinfo | 2 | ||||
-rw-r--r-- | mail/poppy/pkg-descr | 2 | ||||
-rw-r--r-- | mail/poppy/pkg-plist | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/mail/poppy/Makefile b/mail/poppy/Makefile index a828b62e0f35..12e566b663ad 100644 --- a/mail/poppy/Makefile +++ b/mail/poppy/Makefile @@ -6,17 +6,20 @@ # PORTNAME= poppy -PORTVERSION= 3.1 +PORTVERSION= 4.01 CATEGORIES= mail -MASTER_SITES= http://home.sprynet.com/~cbagwell/ +MASTER_SITES= http://www.cnpbagwell.com/ MAINTAINER= kevlo@FreeBSD.org COMMENT= A client to perform simple tasks with a POP3/IMAP server NO_BUILD= yes +#USE_PERL5= yes + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/spamkill ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/mail/poppy/distinfo b/mail/poppy/distinfo index ebcb4fbbbb0c..f7ad590637fe 100644 --- a/mail/poppy/distinfo +++ b/mail/poppy/distinfo @@ -1 +1 @@ -MD5 (poppy-3.1.tar.gz) = e2a077e1eb1a3caec0d3f95987e21c01 +MD5 (poppy-4.01.tar.gz) = 6006f009eda184b5a7edbc1456f0adbe diff --git a/mail/poppy/pkg-descr b/mail/poppy/pkg-descr index f7e4150dcad8..d5bb267f939e 100644 --- a/mail/poppy/pkg-descr +++ b/mail/poppy/pkg-descr @@ -7,4 +7,4 @@ Poppy will individually show the mail headers along with the message's size of each message on the mail server and then allow you to read, delete, reply, or perform other tasks on that message. -WWW: http://home.sprynet.com/~cbagwell/projects.html +WWW: http://www.cnpbagwell.com/projects.html diff --git a/mail/poppy/pkg-plist b/mail/poppy/pkg-plist index 5619e19fba28..db72d4bb6e97 100644 --- a/mail/poppy/pkg-plist +++ b/mail/poppy/pkg-plist @@ -1,2 +1,3 @@ bin/poppy +bin/spamkill man/man1/poppy.1 |