diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-12 12:14:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-12 12:14:10 +0000 |
commit | b82dc9497ca9d16dd31e53b2d3d490e404ef7703 (patch) | |
tree | 8351e03cac31d02c65b0dd21fef1b3bb17843465 /textproc/teixsl-fo | |
parent | 66d3540debe07efb0da5a888a2aa748184d5e802 (diff) | |
download | pkgsrc-b82dc9497ca9d16dd31e53b2d3d490e404ef7703.tar.gz |
Use PKGNAME_NOREV in DIST_SUBDIR; usually, DIS_SUBDIR should not be affected by PKGREVISION.
Diffstat (limited to 'textproc/teixsl-fo')
-rw-r--r-- | textproc/teixsl-fo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/teixsl-fo/Makefile b/textproc/teixsl-fo/Makefile index ad38be018ae..ce3d553beab 100644 --- a/textproc/teixsl-fo/Makefile +++ b/textproc/teixsl-fo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:42 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/12 12:14:10 wiz Exp $ DISTNAME= teixsl-fo PKGNAME= ${DISTNAME}-3.3 @@ -14,7 +14,7 @@ COMMENT= XSLT Stylesheets to convert TEI to XSL Formatting Objects DEPENDS+= teixsl-html-[0-9]*:../../textproc/teixsl-html WRKSRC= ${WRKDIR} -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} NO_CONFIGURE= YES NO_BUILD= YES |