aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-IO-Socket-SSL
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-05 14:27:48 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-05 14:27:48 +0000
commit3eb842aab2877fd608de88438a22b9bbd9ce0148 (patch)
tree28856d1e78769a2f24637f5eb2223db5109fcdab /security/p5-IO-Socket-SSL
parent742f671f7684d4760c84d81425a8fe08116981a5 (diff)
Umm... use real variable declarations. Heh.
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index c1a321f3b903..2fa8161f4110 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -20,7 +20,7 @@ RESTRICTED= "Crypto; export-controlled"
PERL_CONFIGURE= yes
-$MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-$MAN3= IO::Socket::SSL.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= IO::Socket::SSL.3
.include <bsd.port.mk>