summaryrefslogtreecommitdiff
path: root/x11/fltk/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fltk/patches/patch-aa')
-rw-r--r--x11/fltk/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/fltk/patches/patch-aa b/x11/fltk/patches/patch-aa
index 6c88a7fff95..3308e1f793d 100644
--- a/x11/fltk/patches/patch-aa
+++ b/x11/fltk/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.5 2004/02/18 05:07:34 ben Exp $
+$NetBSD: patch-aa,v 1.6 2004/10/21 08:29:45 adam Exp $
---- Makefile.orig 2003-06-14 22:39:12.000000000 -0700
+--- Makefile.orig 2004-10-18 20:22:21.000000000 +0000
+++ Makefile
@@ -25,7 +25,7 @@
include makeinclude
--DIRS = src fluid test documentation
-+DIRS = src fluid documentation
+-DIRS = $(IMAGEDIRS) src fluid test documentation
++DIRS = $(IMAGEDIRS) src fluid documentation
all: makeinclude
for dir in $(DIRS); do\
@@ -24,5 +24,5 @@ $NetBSD: patch-aa,v 1.5 2004/02/18 05:07:34 ben Exp $
+ (cd $$dir; $(MAKE) $(MFLAGS)) || break;\
+
install: makeinclude
- -mkdir -p $(bindir)
- $(RM) $(bindir)/fltk-config
+ -mkdir -p $(DESTDIR)$(bindir)
+ $(RM) $(DESTDIR)$(bindir)/fltk-config