diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-01-04 20:38:14 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-01-04 20:38:14 +0000 |
commit | 8b376bfd5f9bb94e51f04ac570e2a457c18243f6 (patch) | |
tree | edd893e311189bb24a84577a7d7e09ccf2287f09 /finance/pfpro/Makefile | |
parent | f28c1e1d0b5c99f06653a240fad3dca149a07183 (diff) |
Notes
Diffstat (limited to 'finance/pfpro/Makefile')
-rw-r--r-- | finance/pfpro/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/finance/pfpro/Makefile b/finance/pfpro/Makefile index eae0fed13aca..9285b63df03e 100644 --- a/finance/pfpro/Makefile +++ b/finance/pfpro/Makefile @@ -36,14 +36,12 @@ PFP_BUNDLE= ${DISTNAME}${EXTRACT_SUFX} # Check for SDK bundle .if !exists(${DISTDIR}/${PFP_BUNDLE}) -ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -The VeriSign PayFlow Pro SDK is only available to customers who have\n\ -subscribed to this service. Please access your account at\n\ -https://manager.verisign.com/ and retrieve the FreeBSD 5.x version\n\ -of the SDK from the Downloads area. You will be required to agree to\n\ -some terms and conditions. After downing the SDK, place ${PFP_BUNDLE}\n\ -in ${DISTDIR}.\n +IGNORE= the VeriSign PayFlow Pro SDK is only available to customers who\ +have subscribed to this service. Please access your account at\ +https://manager.verisign.com/ and retrieve the FreeBSD 5.x version\ +of the SDK from the Downloads area. You will be required to agree to\ +some terms and conditions. After downing the SDK, place ${PFP_BUNDLE}\ +in ${DISTDIR} and re-run make .endif post-patch: |