1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

fix X manpage error with XFree86-4

PR:		23429
This commit is contained in:
FUJISHIMA Satsuki 2001-01-09 19:36:11 +00:00
parent 7289769388
commit 876dd421f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37035
2 changed files with 8 additions and 1 deletions

View File

@ -17,6 +17,5 @@ MAINTAINER= mph@freebsd.org
WRKSRC= ${WRKDIR}/xinfocom
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
--- Imakefile.orig Mon Sep 30 03:07:36 1996
+++ Imakefile Wed Nov 1 10:13:13 2000
@@ -13,4 +13,4 @@
SRCS = addr.c alloc.c arith.c compare.c console.c dummy.c file.c globals.c head.c infocom.c init.c input.c interp.c jump.c mem.c message.c object.c pg_flat.c pc.c print.c prop.c random.c shared.c stack.c status.c stop.c support.c os_unix.c var.c window.c wio_unix.c
OBJS = addr.o alloc.o arith.o compare.o console.o dummy.o file.o globals.o head.o infocom.o init.o input.o interp.o jump.o mem.o message.o object.o pg_flat.o pc.o print.o prop.o random.o shared.o stack.o status.o stop.o support.o os_unix.o var.o window.o wio_unix.o
-ComplexProgramTarget(xinfocom)
+ComplexProgramTargetNoMan(xinfocom)