diff options
author | tron <tron> | 1999-04-15 20:39:38 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-15 20:39:38 +0000 |
commit | 61c4e35dd8fc10a41819c2349e93e293a2eb2320 (patch) | |
tree | 1527694f852aef837a277727b3ee08bfcd5abdd8 /net/p5-Net/Makefile | |
parent | 8a8c2a4b1a211a0afdc69639762197bf0474ba40 (diff) | |
download | pkgsrc-61c4e35dd8fc10a41819c2349e93e293a2eb2320.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/Makefile')
-rw-r--r-- | net/p5-Net/Makefile | 5 |
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 |