From 3be2ee09d003d8ad1b48354e3da05fd47ffe5cdf Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 18 Jun 2006 22:14:01 +0000 Subject: 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 --- finance/p5-PFProAPI/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'finance/p5-PFProAPI') 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 + 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 +.include -- cgit v1.2.3