diff options
author | jgh <jgh@FreeBSD.org> | 2012-01-05 04:38:14 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-01-05 04:38:14 +0800 |
commit | 93bac51ae77b222267fa93b3e8f5e4f5d96c1528 (patch) | |
tree | 3dd4fd5976c9afa8a789d6bb913c19d93c046599 /finance | |
parent | ad121caad03bd78ef524e959d127bfa767a631b8 (diff) | |
download | freebsd-ports-graphics-93bac51ae77b222267fa93b3e8f5e4f5d96c1528.tar.gz freebsd-ports-graphics-93bac51ae77b222267fa93b3e8f5e4f5d96c1528.tar.zst freebsd-ports-graphics-93bac51ae77b222267fa93b3e8f5e4f5d96c1528.zip |
- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.
Submitted by: jgh (me)
Approved by: crees (mentor)
Diffstat (limited to 'finance')
-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 eae0fed13ac..9285b63df03 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: |