Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/mdocml Simplify maintainance and query dist's M...



details:   https://anonhg.NetBSD.org/src/rev/8b9f59bfe2cb
branches:  trunk
changeset: 756594:8b9f59bfe2cb
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jul 25 19:16:18 2010 +0000

description:
Simplify maintainance and query dist's Makefile for VERSION

diffstat:

 external/bsd/mdocml/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 7aaf02154c04 -r 8b9f59bfe2cb external/bsd/mdocml/Makefile.inc
--- a/external/bsd/mdocml/Makefile.inc  Sun Jul 25 19:12:57 2010 +0000
+++ b/external/bsd/mdocml/Makefile.inc  Sun Jul 25 19:16:18 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.11 2010/07/25 19:12:57 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.12 2010/07/25 19:16:18 joerg Exp $
 
 .include <bsd.own.mk>
 
-VERSION=       1.10.4
+VERSION!=      cd ${.PARSEDIR}/dist && ${MAKE} -V VERSION
 
 CPPFLAGS+=     -DVERSION=\"${VERSION}\" -DUGLY
 



Home | Main Index | Thread Index | Old Index