summaryrefslogtreecommitdiff
path: root/sysutils/xwipower/files/patch-ab
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-12-31 21:17:45 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-12-31 21:17:45 +0000
commit67e80d7b6e2984e42b0d43d78f586cef93c1315d (patch)
tree72118c6f34efefee726998be7e56a8648287536a /sysutils/xwipower/files/patch-ab
parentupdate WWW. (diff)
Fix X manpage error with XFree86-4.
PR: ports/23437 Submitted by: sf
Notes
Notes: svn path=/head/; revision=36548
Diffstat (limited to 'sysutils/xwipower/files/patch-ab')
-rw-r--r--sysutils/xwipower/files/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/xwipower/files/patch-ab b/sysutils/xwipower/files/patch-ab
new file mode 100644
index 000000000000..4c218029d923
--- /dev/null
+++ b/sysutils/xwipower/files/patch-ab
@@ -0,0 +1,16 @@
+--- Imakefile.orig Fri May 19 18:21:44 2000
++++ Imakefile Sun Dec 10 18:01:18 2000
+@@ -6,12 +6,5 @@
+ OSMINORVERSION = OSMinorVersion
+ DEFINES = -DOSMAJORVERSION=$(OSMAJORVERSION) -DOSMINORVERSION=$(OSMINORVERSION)
+
+-AllTarget(xwipower)
+-NormalProgramTarget(xwipower,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter)
+-InstallProgram(xwipower,$(BINDIR))
+-
++ComplexProgramTargetNoMan(xwipower)
+ InstallAppDefaults(Xwipower)
+-
+-###InstallManPage(xwipower,$(MANDIR))
+-
+-DependTarget()