aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/xwipower/Makefile1
-rw-r--r--sysutils/xwipower/files/patch-ab16
2 files changed, 16 insertions, 1 deletions
diff --git a/sysutils/xwipower/Makefile b/sysutils/xwipower/Makefile
index 84a79fa5f247..63a8625e079d 100644
--- a/sysutils/xwipower/Makefile
+++ b/sysutils/xwipower/Makefile
@@ -15,6 +15,5 @@ MAINTAINER= sumikawa@FreeBSD.org
WRKSRC= ${WRKDIR}/xwipower
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
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()