summaryrefslogtreecommitdiff
path: root/devel/p5-IO-stringy
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-28 05:33:01 +0000
committerwiz <wiz>1999-12-28 05:33:01 +0000
commitf38cc77bddda19888f14462f38f3fe3b54d13643 (patch)
tree6bdb9a92d0e301b8abe0e84f37994c99b8d6efef /devel/p5-IO-stringy
parent25ed5004c6c7c2f7812d9294b1bd62c6a8e4604e (diff)
downloadpkgsrc-f38cc77bddda19888f14462f38f3fe3b54d13643.tar.gz
better PKGNAME generation from DISTNAME
Diffstat (limited to 'devel/p5-IO-stringy')
-rw-r--r--devel/p5-IO-stringy/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile
index 229e6246008..a9f7bb829d5 100644
--- a/devel/p5-IO-stringy/Makefile
+++ b/devel/p5-IO-stringy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/03 08:27:28 rh Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/28 05:33:01 wiz Exp $
#
-PKGNAME= p5-IO-stringy-1.207
-DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//'
+DISTNAME= IO-stringy-1.207
+PKGNAME= ${DISTNAME:S/^/p5-/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}