aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-IO-Socket-SSL
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-03-05 22:27:48 +0800
committerwill <will@FreeBSD.org>2001-03-05 22:27:48 +0800
commitcb2e0e1649b125914a5eaddbfeeda6cd52ed4b4f (patch)
tree9d5c95a517509b39aa0ecf14cfaebd75216bb1b5 /security/p5-IO-Socket-SSL
parent6010bd7b4af2254cb68b3ed9e0385e0d1a5d81c7 (diff)
downloadfreebsd-ports-graphics-cb2e0e1649b125914a5eaddbfeeda6cd52ed4b4f.tar.gz
freebsd-ports-graphics-cb2e0e1649b125914a5eaddbfeeda6cd52ed4b4f.tar.zst
freebsd-ports-graphics-cb2e0e1649b125914a5eaddbfeeda6cd52ed4b4f.zip
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 c1a321f3b90..2fa8161f411 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>