diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 12:49:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 12:49:56 +0000 |
commit | e133ff32498a6534b369bed52113580a2aa0ec47 (patch) | |
tree | e9c511c62cea65cdfbd41c7d494034b7a3b7e4ee /textproc | |
parent | e05cef2dbcc5467e43709ab471837fe7e912a092 (diff) | |
download | pkgsrc-e133ff32498a6534b369bed52113580a2aa0ec47.tar.gz |
changed PKGNAME to p5-${DISTNAME}
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Convert-BER/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Filter/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Convert-BER/Makefile b/textproc/p5-Convert-BER/Makefile index be5078a3a99..b4cb4b8ccd5 100644 --- a/textproc/p5-Convert-BER/Makefile +++ b/textproc/p5-Convert-BER/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 17:02:12 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/28 12:54:00 wiz Exp $ # -PKGNAME= p5-Convert-BER-1.26 -DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +DISTNAME= Convert-BER-1.26 +PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} diff --git a/textproc/p5-Filter/Makefile b/textproc/p5-Filter/Makefile index 7d3675cd08c..1d499c4280a 100644 --- a/textproc/p5-Filter/Makefile +++ b/textproc/p5-Filter/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 16:39:35 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/28 12:54:55 wiz Exp $ # -PKGNAME= p5-Filter-1.16 -DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +DISTNAME= Filter-1.16 +PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/} |