aboutsummaryrefslogtreecommitdiff
path: root/mail/poppy/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2003-11-12 07:56:17 +0000
committerKevin Lo <kevlo@FreeBSD.org>2003-11-12 07:56:17 +0000
commit7fc30e0824c4ba7ce70ebc0770b9dfb8dce0df99 (patch)
tree9c8f572eeb877b2a262413282e584e59e1afe5df /mail/poppy/Makefile
parentbbbad6293b18da3b02c901465f94178ec4e4448a (diff)
downloadports-7fc30e0824c4ba7ce70ebc0770b9dfb8dce0df99.tar.gz
ports-7fc30e0824c4ba7ce70ebc0770b9dfb8dce0df99.zip
Notes
Diffstat (limited to 'mail/poppy/Makefile')
-rw-r--r--mail/poppy/Makefile7
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>