aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-PFProAPI
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-18 22:14:01 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-18 22:14:01 +0000
commit3be2ee09d003d8ad1b48354e3da05fd47ffe5cdf (patch)
tree106e88200e06ba758d47438ed6e16e7b995514dc /finance/p5-PFProAPI
parenta260b8424ae6b7631055c6c1188c7d175aeaf5fb (diff)
downloadports-3be2ee09d003d8ad1b48354e3da05fd47ffe5cdf.tar.gz
ports-3be2ee09d003d8ad1b48354e3da05fd47ffe5cdf.zip
Latest commit breaks build unconditionally, even if distfile exist in
${DISTDIR}. Fix this by folding code into bsd.port.pre.mk and bsd.port.post.mk. PR: 99123 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=165713
Diffstat (limited to 'finance/p5-PFProAPI')
-rw-r--r--finance/p5-PFProAPI/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/p5-PFProAPI/Makefile b/finance/p5-PFProAPI/Makefile
index 00fe6e331c98..cea422ee802e 100644
--- a/finance/p5-PFProAPI/Makefile
+++ b/finance/p5-PFProAPI/Makefile
@@ -24,6 +24,8 @@ PERL_CONFIGURE= yes
MAN3= PFProAPI.3
+.include <bsd.port.pre.mk>
+
RESTRICTED= Only for VeriSign PayFlow Pro customers
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= ${RESTRICTED}. See ${PORTSDIR}/finance/pfpro for instructions
@@ -32,4 +34,4 @@ IGNORE= ${RESTRICTED}. See ${PORTSDIR}/finance/pfpro for instructions
post-patch:
${REINPLACE_CMD} -e "s|%%PREFIX%%|${LOCALBASE}|" ${WRKSRC}/PFProAPI.pm
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>