diff options
author | wiz <wiz> | 1999-12-28 12:49:56 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-28 12:49:56 +0000 |
commit | 470fecd15dbab5cc90e02d8284bb4eeb522c0344 (patch) | |
tree | e9c511c62cea65cdfbd41c7d494034b7a3b7e4ee /textproc/p5-Convert-BER | |
parent | 772a26bad6587c7b6383ea9679f591697703efbe (diff) | |
download | pkgsrc-470fecd15dbab5cc90e02d8284bb4eeb522c0344.tar.gz |
changed PKGNAME to p5-${DISTNAME}
Diffstat (limited to 'textproc/p5-Convert-BER')
-rw-r--r-- | textproc/p5-Convert-BER/Makefile | 6 |
1 files changed, 3 insertions, 3 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/} |