pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc Set DIST_SUBDIR to PKGNAME because distfiles ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1826beb430b
branches:  trunk
changeset: 468323:b1826beb430b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 12 15:17:08 2004 +0000

description:
Set DIST_SUBDIR to PKGNAME because distfiles don't have version
information.  Suggested by taca@ on tech-pkg@.

diffstat:

 textproc/teixsl-fo/Makefile   |  3 ++-
 textproc/teixsl-fo/distinfo   |  6 +++---
 textproc/teixsl-html/Makefile |  3 ++-
 textproc/teixsl-html/distinfo |  6 +++---
 4 files changed, 10 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 6f0c8ef5d078 -r b1826beb430b textproc/teixsl-fo/Makefile
--- a/textproc/teixsl-fo/Makefile       Thu Feb 12 14:46:00 2004 +0000
+++ b/textproc/teixsl-fo/Makefile       Thu Feb 12 15:17:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/10 04:47:46 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/12 15:17:08 minskim Exp $
 
 DISTNAME=      teixsl-fo
 PKGNAME=       ${DISTNAME}-3.1
@@ -13,6 +13,7 @@
 DEPENDS+=      teixsl-html-[0-9]*:../../textproc/teixsl-html
 
 WRKSRC=                ${WRKDIR}
+DIST_SUBDIR=   ${PKGNAME}
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
 
diff -r 6f0c8ef5d078 -r b1826beb430b textproc/teixsl-fo/distinfo
--- a/textproc/teixsl-fo/distinfo       Thu Feb 12 14:46:00 2004 +0000
+++ b/textproc/teixsl-fo/distinfo       Thu Feb 12 15:17:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/02/10 04:45:44 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/02/12 15:17:08 minskim Exp $
 
-SHA1 (teixsl-fo.zip) = 8afce8e046d91192d6840906e55c7ef14187614c
-Size (teixsl-fo.zip) = 49791 bytes
+SHA1 (teixsl-fo-3.1/teixsl-fo.zip) = 8afce8e046d91192d6840906e55c7ef14187614c
+Size (teixsl-fo-3.1/teixsl-fo.zip) = 49791 bytes
diff -r 6f0c8ef5d078 -r b1826beb430b textproc/teixsl-html/Makefile
--- a/textproc/teixsl-html/Makefile     Thu Feb 12 14:46:00 2004 +0000
+++ b/textproc/teixsl-html/Makefile     Thu Feb 12 15:17:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/02/10 04:38:02 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/12 15:17:08 minskim Exp $
 
 DISTNAME=      teixsl-html
 PKGNAME=       ${DISTNAME}-3.1
@@ -11,6 +11,7 @@
 COMMENT=       XSLT Stylesheets to convert TEI to HTML
 
 WRKSRC=                ${WRKDIR}
+DIST_SUBDIR=   ${PKGNAME}
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
 
diff -r 6f0c8ef5d078 -r b1826beb430b textproc/teixsl-html/distinfo
--- a/textproc/teixsl-html/distinfo     Thu Feb 12 14:46:00 2004 +0000
+++ b/textproc/teixsl-html/distinfo     Thu Feb 12 15:17:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/02/10 04:38:02 minskim Exp $
+$NetBSD: distinfo,v 1.3 2004/02/12 15:17:08 minskim Exp $
 
-SHA1 (teixsl-html.zip) = 05a21fa244ae7bfaf7a3aedcc136f206db168a4e
-Size (teixsl-html.zip) = 60518 bytes
+SHA1 (teixsl-html-3.1/teixsl-html.zip) = 05a21fa244ae7bfaf7a3aedcc136f206db168a4e
+Size (teixsl-html-3.1/teixsl-html.zip) = 60518 bytes



Home | Main Index | Thread Index | Old Index