aboutsummaryrefslogtreecommitdiff
path: root/mail/t-prot/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2010-08-08 21:51:48 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2010-08-08 21:51:48 +0000
commitdc179ae00db6a2615048e2b73e13ce006fd7a7c3 (patch)
treec3ff4f2625f0128f85b2dde6a3c7194f140cde3e /mail/t-prot/Makefile
parent2a8d73be515eeb1ef97d4c18662fc9810d15b8ca (diff)
downloadports-dc179ae00db6a2615048e2b73e13ce006fd7a7c3.tar.gz
ports-dc179ae00db6a2615048e2b73e13ce006fd7a7c3.zip
Notes
Diffstat (limited to 'mail/t-prot/Makefile')
-rw-r--r--mail/t-prot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile
index 4bd7e09de463..c00c43a9cfb9 100644
--- a/mail/t-prot/Makefile
+++ b/mail/t-prot/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= t-prot
-PORTVERSION= 2.5
-PORTREVISION= 2
+PORTVERSION= 2.99
CATEGORIES= mail
MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \
${MASTER_SITE_LOCAL}
@@ -16,7 +15,7 @@ MASTER_SITE_SUBDIR= sergei
MAINTAINER= sergei@FreeBSD.org
COMMENT= TOFU Protection - Display Filter for RFC822 messages
-RUN_DEPENDS= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
+RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long
USE_PERL5= yes
NO_BUILD= yes
@@ -27,8 +26,10 @@ DOCS= ChangeLog README TODO
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${MAN1PREFIX}/man/man1
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/contrib/* ${EXAMPLESDIR}
+.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}