diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /sysutils/nut22/files/patch-include-Makefile.in | |
parent | c7651500a041b224f401ba85fc192aac6ad83c1c (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Notes
Notes:
svn path=/head/; revision=214069
svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
Diffstat (limited to 'sysutils/nut22/files/patch-include-Makefile.in')
-rw-r--r-- | sysutils/nut22/files/patch-include-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/nut22/files/patch-include-Makefile.in b/sysutils/nut22/files/patch-include-Makefile.in deleted file mode 100644 index de795aaf72e0..000000000000 --- a/sysutils/nut22/files/patch-include-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- include/Makefile.in.orig Fri Dec 21 15:00:52 2007 -+++ include/Makefile.in Thu Jan 17 20:23:32 2008 -@@ -229,7 +229,7 @@ - BUILT_SOURCES = nut_version.h nut_stdint.h - CLEANFILES = nut_version.h nut_stdint.h - SVNREV = $(shell unset LANG && 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 - |