aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-06-18 15:44:36 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-06-18 15:44:36 +0000
commitfbec2dbd629ab3dc4e7a3694fd60dcb87446d82f (patch)
treeab2450f767329d034f4887e07f5372be799056ce /finance
parentf1e14c4397bff2cddd56dac1d7a06aceb8cd6a8e (diff)
downloadports-fbec2dbd629ab3dc4e7a3694fd60dcb87446d82f.tar.gz
ports-fbec2dbd629ab3dc4e7a3694fd60dcb87446d82f.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/p5-PFProAPI/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/p5-PFProAPI/Makefile b/finance/p5-PFProAPI/Makefile
index c8674298593a..358ee4be1495 100644
--- a/finance/p5-PFProAPI/Makefile
+++ b/finance/p5-PFProAPI/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
DISTNAME= pfpro_freebsd
MAINTAINER= never@nevermind.kiev.ua
-COMMENT= PFProAPI - Perl support for Payflow Pro calls
+COMMENT= Perl bindings for VeriSign's PayFlow Pro SDK
BUILD_DEPENDS= pfpro:${PORTSDIR}/finance/pfpro
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -25,6 +25,6 @@ PERL_CONFIGURE= yes
MAN3= PFProAPI.3
post-patch:
- ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/PFProAPI.pm
+ ${REINPLACE_CMD} -e "s|%%PREFIX%%|${LOCALBASE}|" ${WRKSRC}/PFProAPI.pm
.include <bsd.port.mk>