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 /www/p5-VRML/Makefile | |
parent | e05cef2dbcc5467e43709ab471837fe7e912a092 (diff) | |
download | pkgsrc-e133ff32498a6534b369bed52113580a2aa0ec47.tar.gz |
changed PKGNAME to p5-${DISTNAME}
Diffstat (limited to 'www/p5-VRML/Makefile')
-rw-r--r-- | www/p5-VRML/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile index f83dd391a58..80ac332be0b 100644 --- a/www/p5-VRML/Makefile +++ b/www/p5-VRML/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 09:47:32 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/28 12:57:18 wiz Exp $ # -PKGNAME= p5-VRML-1.04 -DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +DISTNAME= VRML-1.04 +PKGNAME= p5-${DISTNAME} CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=VRML/} |