summaryrefslogtreecommitdiff
path: root/x11/fltk/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-28 13:38:56 +0000
committerwiz <wiz>2000-08-28 13:38:56 +0000
commit6f7fcdfed59a6956b54a75a06a5ce51814099dab (patch)
tree5a56d04abc0051694a01a9e73325f55695ffb854 /x11/fltk/patches
parentc36014b3d6e96a6bc8efcfd931bb946cdf388491 (diff)
downloadpkgsrc-6f7fcdfed59a6956b54a75a06a5ce51814099dab.tar.gz
Don't install manually, modify program's Makefile to install in the correct
location (fixes double installation of docs found in latest bulk build).
Diffstat (limited to 'x11/fltk/patches')
-rw-r--r--x11/fltk/patches/patch-ae18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/fltk/patches/patch-ae b/x11/fltk/patches/patch-ae
new file mode 100644
index 00000000000..20a73041ec5
--- /dev/null
+++ b/x11/fltk/patches/patch-ae
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.1 2000/08/28 13:38:57 wiz Exp $
+
+--- documentation/Makefile.orig Mon Jun 5 23:20:35 2000
++++ documentation/Makefile
+@@ -128,10 +128,9 @@
+ depend:
+
+ install:
+- -mkdir -p $(prefix)/share/doc/fltk
+- cp -f $(HTMLFILES) index.html $(prefix)/share/doc/fltk
+- cp -f *.gif *.jpg $(prefix)/share/doc/fltk
+- chmod 644 $(prefix)/share/doc/fltk/*
++ -${INSTALL_DATA_DIR} $(prefix)/share/doc/html/fltk
++ ${INSTALL_DATA} $(HTMLFILES) index.html $(prefix)/share/doc/html/fltk
++ ${INSTALL_DATA} *.gif *.jpg $(prefix)/share/doc/html/fltk
+
+ fltk.d/index.html: $(HTMLFILES)
+ echo "Generating HTML documentation..."