diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-12 15:17:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-12 15:17:08 +0000 |
commit | f7b6aa8d4a813cad93b541ccf6f417f5aaea73eb (patch) | |
tree | 4839f81f438b6043a6297a113f2f7f80a3c43c9c /textproc | |
parent | 0c977f9c9426cbe9c013f187d3d771a516b8309c (diff) | |
download | pkgsrc-f7b6aa8d4a813cad93b541ccf6f417f5aaea73eb.tar.gz |
Set DIST_SUBDIR to PKGNAME because distfiles don't have version
information. Suggested by taca@ on tech-pkg@.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/teixsl-fo/Makefile | 3 | ||||
-rw-r--r-- | textproc/teixsl-fo/distinfo | 6 | ||||
-rw-r--r-- | textproc/teixsl-html/Makefile | 3 | ||||
-rw-r--r-- | textproc/teixsl-html/distinfo | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/textproc/teixsl-fo/Makefile b/textproc/teixsl-fo/Makefile index c8c94cc42ad..8b72cceb136 100644 --- a/textproc/teixsl-fo/Makefile +++ b/textproc/teixsl-fo/Makefile @@ -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 @@ COMMENT= XSLT Stylesheets to convert TEI to XSL Formatting Objects DEPENDS+= teixsl-html-[0-9]*:../../textproc/teixsl-html WRKSRC= ${WRKDIR} +DIST_SUBDIR= ${PKGNAME} NO_CONFIGURE= YES NO_BUILD= YES diff --git a/textproc/teixsl-fo/distinfo b/textproc/teixsl-fo/distinfo index b0375be8ecd..6ac463e9938 100644 --- a/textproc/teixsl-fo/distinfo +++ b/textproc/teixsl-fo/distinfo @@ -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 --git a/textproc/teixsl-html/Makefile b/textproc/teixsl-html/Makefile index b129e7f4d10..abaa8a1629a 100644 --- a/textproc/teixsl-html/Makefile +++ b/textproc/teixsl-html/Makefile @@ -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 @@ HOMEPAGE= http://www.tei-c.org/Stylesheets/teixsl.html COMMENT= XSLT Stylesheets to convert TEI to HTML WRKSRC= ${WRKDIR} +DIST_SUBDIR= ${PKGNAME} NO_CONFIGURE= YES NO_BUILD= YES diff --git a/textproc/teixsl-html/distinfo b/textproc/teixsl-html/distinfo index 2c0cd699a90..2172548433e 100644 --- a/textproc/teixsl-html/distinfo +++ b/textproc/teixsl-html/distinfo @@ -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 |