pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-chkjis Use DIST_SUBDIR since distributio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b06c37f732b2
branches:  trunk
changeset: 484206:b06c37f732b2
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 26 02:17:22 2004 +0000

description:
Use DIST_SUBDIR since distribution file dosen't contain version
in its name.

diffstat:

 converters/p5-chkjis/Makefile |  6 ++++--
 converters/p5-chkjis/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 582a63740155 -r b06c37f732b2 converters/p5-chkjis/Makefile
--- a/converters/p5-chkjis/Makefile     Fri Nov 26 01:58:47 2004 +0000
+++ b/converters/p5-chkjis/Makefile     Fri Nov 26 02:17:22 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/11/25 16:05:19 taca Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/26 02:17:22 taca Exp $
 #
 
 DISTNAME=      chkjis
-PKGNAME=       p5-chkjis-0.18
+PKGNAME=       p5-chkjis-${VERSION}
 CATEGORIES=    japanese converters perl5
 MASTER_SITES=  http://www2d.biglobe.ne.jp/~msyk/software/perl5/
 EXTRACT_SUFX=  .pl
@@ -16,6 +16,8 @@
 
 EXTRACT_CMD=   ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
 
+VERSION=       0.18
+DIST_SUBDIR=   chkjis-${VERSION}
 WRKSRC=                ${WRKDIR}
 USE_PERL5=     yes
 NO_BUILD=      yes
diff -r 582a63740155 -r b06c37f732b2 converters/p5-chkjis/distinfo
--- a/converters/p5-chkjis/distinfo     Fri Nov 26 01:58:47 2004 +0000
+++ b/converters/p5-chkjis/distinfo     Fri Nov 26 02:17:22 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/11/25 15:17:52 taca Exp $
+$NetBSD: distinfo,v 1.2 2004/11/26 02:17:22 taca Exp $
 
-SHA1 (chkjis.pl) = 4a6db30275380e66d842c2c0390dd0285007d67d
-Size (chkjis.pl) = 6471 bytes
+SHA1 (chkjis-0.18/chkjis.pl) = 4a6db30275380e66d842c2c0390dd0285007d67d
+Size (chkjis-0.18/chkjis.pl) = 6471 bytes



Home | Main Index | Thread Index | Old Index