From 9b9ef97040b5944a1b68624c051790cf68d499a4 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Tue, 10 Jan 2006 08:40:12 +0000 Subject: [PATCH] Use OPENSSLBASE instead of hardcoded path. Bump portrevision. PR: 91562 Submitted by: oliver --- security/p5-Net-SSLeay/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 77964685f68f..001317a397a0 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-SSLeay PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,7 +18,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to SSL PERL_CONFIGURE= yes -CONFIGURE_ARGS= "/usr" +CONFIGURE_ARGS= "${OPENSSLBASE}" USE_OPENSSL= yes MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3