summaryrefslogtreecommitdiff
path: root/net/p5-Net
diff options
context:
space:
mode:
authortron <tron>1999-04-15 20:39:38 +0000
committertron <tron>1999-04-15 20:39:38 +0000
commitffc4bb646b439066fa7295a1d88c3eca66c58de3 (patch)
tree1527694f852aef837a277727b3ee08bfcd5abdd8 /net/p5-Net
parent920b4d26c19cf5824374aa96e63263d61f9b98df (diff)
downloadpkgsrc-ffc4bb646b439066fa7295a1d88c3eca66c58de3.tar.gz
Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
Diffstat (limited to 'net/p5-Net')
-rw-r--r--net/p5-Net/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index a1e7a0b3509..3a044548a91 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.12 1998/12/05 02:46:19 tv Exp $
+# $NetBSD: Makefile,v 1.13 1999/04/15 20:39:46 tron Exp $
# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
#
DISTNAME= libnet-1.0605
PKGNAME= p5-Net-1.0605
CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html