summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen>2006-04-04 10:37:50 +0000
committerghen <ghen>2006-04-04 10:37:50 +0000
commit164737e7e5c629b4c6601fc28f731f2e2863822e (patch)
treebad84af74563c0d443e9e374944d8b2eae9292ff
parentb46004b6d47f4d539022bfc80d126091d972f62c (diff)
downloadpkgsrc-164737e7e5c629b4c6601fc28f731f2e2863822e.tar.gz
Avoid expansion of the '$NetBSD$' CVS Id in the suse100-distinfo target code.
-rw-r--r--emulators/suse100_linux/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common
index bce15c19a80..3c386476e0e 100644
--- a/emulators/suse100_linux/Makefile.common
+++ b/emulators/suse100_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2006/04/03 18:17:55 ghen Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/04/04 10:37:50 ghen Exp $
.include "../../emulators/suse100_linux/vars.mk"
.include "../../emulators/suse100_linux/arch.mk"
@@ -45,7 +45,7 @@ RPM2PKGARGS+= ${DISTDIR}/${DIST_SUBDIR}/${TEMP}
# regenerate distinfo for all platforms supported by the suse100_* packages
suse100-distinfo:
- ( ${ECHO} '$$NetBSD: Makefile.common,v 1.2 2006/04/03 18:17:55 ghen Exp $$'; \
+ ( ${ECHO} '$$'NetBSD'$$'; \
${ECHO} ''; \
MACHINE_ARCH=i386 ${MAKE} distinfo 1>&2; \
${GREP} rpm distinfo; \