diff options
author | taca <taca@pkgsrc.org> | 2004-11-26 02:17:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-11-26 02:17:22 +0000 |
commit | b45a0757157ab802eb3660b1ff86534cddad1283 (patch) | |
tree | 9433adb1ba7d7e27f222209d5db305f250e11083 | |
parent | 8ff4efe8b485174647d8d51a6dad19188d54fbbe (diff) | |
download | pkgsrc-b45a0757157ab802eb3660b1ff86534cddad1283.tar.gz |
Use DIST_SUBDIR since distribution file dosen't contain version
in its name.
-rw-r--r-- | converters/p5-chkjis/Makefile | 6 | ||||
-rw-r--r-- | converters/p5-chkjis/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/converters/p5-chkjis/Makefile b/converters/p5-chkjis/Makefile index 27ff9f2871b..20d9d29f3c8 100644 --- a/converters/p5-chkjis/Makefile +++ b/converters/p5-chkjis/Makefile @@ -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 @@ USE_BUILDLINK3= yes EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} +VERSION= 0.18 +DIST_SUBDIR= chkjis-${VERSION} WRKSRC= ${WRKDIR} USE_PERL5= yes NO_BUILD= yes diff --git a/converters/p5-chkjis/distinfo b/converters/p5-chkjis/distinfo index 841b4426b5c..290874df262 100644 --- a/converters/p5-chkjis/distinfo +++ b/converters/p5-chkjis/distinfo @@ -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 |