pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/teixsl-fo Use PKGNAME_NOREV in DIST_SUBDIR; u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a2d8944d44e
branches:  trunk
changeset: 492430:0a2d8944d44e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 12 12:14:10 2005 +0000

description:
Use PKGNAME_NOREV in DIST_SUBDIR; usually, DIS_SUBDIR should not be affected by PKGREVISION.

diffstat:

 textproc/teixsl-fo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a2f6e2e4e77 -r 0a2d8944d44e textproc/teixsl-fo/Makefile
--- a/textproc/teixsl-fo/Makefile       Tue Apr 12 11:34:11 2005 +0000
+++ b/textproc/teixsl-fo/Makefile       Tue Apr 12 12:14:10 2005 +0000
@@ -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 @@
 DEPENDS+=      teixsl-html-[0-9]*:../../textproc/teixsl-html
 
 WRKSRC=                ${WRKDIR}
-DIST_SUBDIR=   ${PKGNAME}
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
 



Home | Main Index | Thread Index | Old Index