summaryrefslogtreecommitdiff
path: root/net/p5-Net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-20 03:31:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-20 03:31:02 +0000
commit88bbfe39d7287b5dcfb4fe404be02e7bc32c9210 (patch)
tree53062f7da92956bda76898292fcce99b8d6af91f /net/p5-Net
parentThe previous commit was an upgrade to 1.2. (diff)
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.)
Notes
Notes: svn path=/head/; revision=6497
Diffstat (limited to 'net/p5-Net')
-rw-r--r--net/p5-Net/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index d4fc23942777..892ee1906ae7 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