aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2006-01-10 16:40:12 +0800
committertobez <tobez@FreeBSD.org>2006-01-10 16:40:12 +0800
commit83d8024cc49ae9bf8acc7e6f525fb8a79671716a (patch)
tree913f8e39e941a2af8ec558d71a8df5a16d9e6bbf /security
parente5768dbc71e133806c9fe896595180a6c5ade841 (diff)
downloadfreebsd-ports-gnome-83d8024cc49ae9bf8acc7e6f525fb8a79671716a.tar.gz
freebsd-ports-gnome-83d8024cc49ae9bf8acc7e6f525fb8a79671716a.tar.zst
freebsd-ports-gnome-83d8024cc49ae9bf8acc7e6f525fb8a79671716a.zip
Use OPENSSLBASE instead of hardcoded path. Bump portrevision.
PR: 91562 Submitted by: oliver
Diffstat (limited to 'security')
-rw-r--r--security/p5-Net-SSLeay/Makefile3
1 files changed, 2 insertions, 1 deletions
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