diff options
author | asami <asami@FreeBSD.org> | 1997-05-20 03:31:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-20 03:31:02 +0000 |
commit | c7a2caecd5a437a10155124da7688bb07fdbe05c (patch) | |
tree | b69d24d1d0f1b4a6f1b4edb57e0092b2bb558198 | |
parent | f1c19bc2e67f1e4e4ba805c5f116c9edb16a1080 (diff) | |
download | FreeBSD-ports-c7a2caecd5a437a10155124da7688bb07fdbe05c.zip FreeBSD-ports-c7a2caecd5a437a10155124da7688bb07fdbe05c.tar.gz |
I believe 'lib/perl5/IO::Socket.pm' is a typo for 'lib/perl5/IO/Socket.pm'.
(Other than the file not existing, the extra colons were confusing the new
'file:dir[:target]' dependency list.)
-rw-r--r-- | net/p5-Net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index d4fc239..892ee19 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/04/20 13:52:49 wosch Exp $ +# $Id: Makefile,v 1.7 1997/04/20 21:26:40 jfitz Exp $ # DISTNAME= libnet-1.05 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= Net MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/lib/perl5/IO::Socket.pm:${PORTSDIR}/net/p5-IO \ + ${PREFIX}/lib/perl5/IO/Socket.pm:${PORTSDIR}/net/p5-IO \ ${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 |