1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix X manpage error with XFree86-4.

PR:		ports/23437
Submitted by:	sf
This commit is contained in:
Munechika SUMIKAWA 2000-12-31 21:17:45 +00:00
parent 74130ad278
commit 67e80d7b6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36548
2 changed files with 16 additions and 1 deletions

View File

@ -15,6 +15,5 @@ MAINTAINER= sumikawa@FreeBSD.org
WRKSRC= ${WRKDIR}/xwipower
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>

View File

@ -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()