aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SPF
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-29 13:50:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-29 13:50:25 +0000
commit161c4e824f969ad16502136e1f70550e2274ed06 (patch)
tree81d0c1745cde2959e2305b85960b7651e901e356 /mail/p5-Mail-SPF
parentdaa56e6192157d47ba9e4d16d73f2c3aad43913a (diff)
downloadports-161c4e824f969ad16502136e1f70550e2274ed06.tar.gz
ports-161c4e824f969ad16502136e1f70550e2274ed06.zip
Notes
Diffstat (limited to 'mail/p5-Mail-SPF')
-rw-r--r--mail/p5-Mail-SPF/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile
index 9460226f135f..070653e0bff9 100644
--- a/mail/p5-Mail-SPF/Makefile
+++ b/mail/p5-Mail-SPF/Makefile
@@ -4,7 +4,7 @@
PORTNAME= Mail-SPF
PORTVERSION= 2.9.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -24,15 +24,11 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
CONFLICTS_INSTALL= p5-Mail-SPF-Query-[0-9]*
-OPTIONS_DEFINE= DOCS
-
CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin
+NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5 shebangfix
-DOCSDIR= ${PREFIX}/share/doc/p5-Mail-SPF
-PORTDOCS= CHANGES README TODO
-
SHEBANG_FILES= bin/spfquery sbin/spfd
post-patch:
@@ -40,8 +36,4 @@ post-patch:
@${MV} ${WRKSRC}/bin/spfquery ${WRKSRC}/bin/spfquery.pl
@${REINPLACE_CMD} -e 's|spfd|&.pl|; s|spfquery|&.pl|' ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST ${WRKSRC}/README
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
-
.include <bsd.port.mk>