diff options
author | tron <tron> | 1999-04-15 20:39:38 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-15 20:39:38 +0000 |
commit | ffc4bb646b439066fa7295a1d88c3eca66c58de3 (patch) | |
tree | 1527694f852aef837a277727b3ee08bfcd5abdd8 /security/p5-MD5 | |
parent | 920b4d26c19cf5824374aa96e63263d61f9b98df (diff) | |
download | pkgsrc-ffc4bb646b439066fa7295a1d88c3eca66c58de3.tar.gz |
Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
Diffstat (limited to 'security/p5-MD5')
-rw-r--r-- | security/p5-MD5/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index d163c05d6d1..049bad0685e 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.7 1998/08/20 15:17:24 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/15 20:39:47 tron Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # DISTNAME= MD5-1.7 PKGNAME= p5-MD5-1.7 CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= MD5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MD5/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MD5/MD5.html |