Module Name:    src
Committed By:   joerg
Date:           Sun Jul 25 19:16:18 UTC 2010

Modified Files:
        src/external/bsd/mdocml: Makefile.inc

Log Message:
Simplify maintainance and query dist's Makefile for VERSION


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/Makefile.inc
diff -u src/external/bsd/mdocml/Makefile.inc:1.11 src/external/bsd/mdocml/Makefile.inc:1.12
--- src/external/bsd/mdocml/Makefile.inc:1.11	Sun Jul 25 19:12:57 2010
+++ src/external/bsd/mdocml/Makefile.inc	Sun Jul 25 19:16:18 2010
@@ -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
 

Reply via email to