pkgsrc/wm/lwm/patches/patch-aa
wiz b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00

12 lines
347 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
--- Imakefile.orig Wed Oct 20 10:33:03 1999
+++ Imakefile Mon Feb 28 01:22:33 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}