From 6f7fcdfed59a6956b54a75a06a5ce51814099dab Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 28 Aug 2000 13:38:56 +0000 Subject: Don't install manually, modify program's Makefile to install in the correct location (fixes double installation of docs found in latest bulk build). --- x11/fltk/patches/patch-ae | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 x11/fltk/patches/patch-ae (limited to 'x11/fltk/patches') 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..." -- cgit v1.2.3