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/Makefile | |
parent | bbbad6293b18da3b02c901465f94178ec4e4448a (diff) |
- Update to version 4.01
- Update WWW and MASTER_SITES
Notes
Notes:
svn path=/head/; revision=93800
Diffstat (limited to 'mail/poppy/Makefile')
-rw-r--r-- | mail/poppy/Makefile | 7 |
1 files changed, 5 insertions, 2 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> |