diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-28 13:38:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-28 13:38:56 +0000 |
commit | 4e0c3c8c05cb6492740e3b2f9161425ba42c7eb0 (patch) | |
tree | 5a56d04abc0051694a01a9e73325f55695ffb854 /x11/fltk/patches | |
parent | da645e5a2e881c8190e80136bb8ef19ad2f85eb6 (diff) | |
download | pkgsrc-4e0c3c8c05cb6492740e3b2f9161425ba42c7eb0.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-ae | 18 |
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..." |