From fa4a943c17e47bf910596a414fd7287983350b9b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 24 Feb 2008 03:11:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'. --- sysutils/nut22/files/patch-include-Makefile.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sysutils/nut22/files/patch-include-Makefile.in (limited to 'sysutils/nut22/files/patch-include-Makefile.in') diff --git a/sysutils/nut22/files/patch-include-Makefile.in b/sysutils/nut22/files/patch-include-Makefile.in deleted file mode 100644 index ad0ffe555c98..000000000000 --- a/sysutils/nut22/files/patch-include-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- include/Makefile.in.orig 2007-08-28 15:39:22.000000000 +0200 -+++ include/Makefile.in 2007-08-28 15:36:52.000000000 +0200 -@@ -229,7 +229,7 @@ - BUILT_SOURCES = nut_version.h - CLEANFILES = nut_version.h - SVNREV = $(shell svnversion -n $(top_srcdir) 2>/dev/null) --NUT_VERSION = $(shell if test "$(SVNREV)" = "exported"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi) -+NUT_VERSION = $(shell if test "$(SVNREV)" = "exported" -o -z "${SVNREV}"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi) - all: $(BUILT_SOURCES) config.h - $(MAKE) $(AM_MAKEFLAGS) all-am - -- cgit v1.2.3