summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-11-03 04:04:49 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-11-03 04:04:49 +0000
commitaa808e9b029daa6fdf85500ffd2048b223a989a9 (patch)
treee9753ac1e9d50dc9ccfd1b17775280c29ab08666 /x11-wm
parentAdd missing manpage texi2dvi4a2ps.1 (how do you pronounce that?!?). (diff)
Add patch for fix Imakefile for XFree86 4.0
PR: ports/22167 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=34698
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/lwm/Makefile1
-rw-r--r--x11-wm/lwm/files/patch-aa10
2 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile
index b50d3c2ddff8..3d3c2cf81579 100644
--- a/x11-wm/lwm/Makefile
+++ b/x11-wm/lwm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lwm
PORTVERSION= 1.00
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://users.ch.genedata.com/~enh/lwm/
DISTNAME= ${PORTNAME}
diff --git a/x11-wm/lwm/files/patch-aa b/x11-wm/lwm/files/patch-aa
new file mode 100644
index 000000000000..ed58da649e36
--- /dev/null
+++ b/x11-wm/lwm/files/patch-aa
@@ -0,0 +1,10 @@
+--- Imakefile.orig Wed Oct 20 17:33:03 1999
++++ Imakefile Sat Oct 14 02:31:23 2000
+@@ -7,6 +7,6 @@
+ SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c
+ OBJS = ${SRCS:.c=.o}
+
+-ComplexProgramTarget(lwm)
++ComplexProgramTargetNoMan(lwm)
+
+ ${OBJS}: ${HEADERS}