diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-25 16:38:48 +0000 |
commit | dcd03e6ed395b175023e5e6539538e2ee13e34cb (patch) | |
tree | e83252bf05044ebe8f93feacad2a8655c3d5f3cd /security/p5-Business-PayPal-EWP | |
parent | e5089b9c87de14824fcf48b285d4d1ad96c961cd (diff) | |
download | FreeBSD-ports-dcd03e6ed395b175023e5e6539538e2ee13e34cb.zip FreeBSD-ports-dcd03e6ed395b175023e5e6539538e2ee13e34cb.tar.gz |
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
Diffstat (limited to 'security/p5-Business-PayPal-EWP')
-rw-r--r-- | security/p5-Business-PayPal-EWP/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/p5-Business-PayPal-EWP/Makefile b/security/p5-Business-PayPal-EWP/Makefile index 8b3a6dc2..1a4085d 100644 --- a/security/p5-Business-PayPal-EWP/Makefile +++ b/security/p5-Business-PayPal-EWP/Makefile @@ -24,7 +24,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-N ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Business::PayPal::EWP.3 .include <bsd.port.pre.mk> |