mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Add license - Pet portlint, portclippy, portfmt and Q/A check Add minimal support to `pkg-config imlib2`; imlib2-config has been dropped since imlib2-1.7.5. PR: 276430
15 lines
450 B
Text
15 lines
450 B
Text
--- templates/default/all/Makefile.in.orig 2004-07-20 16:49:24 UTC
|
|
+++ templates/default/all/Makefile.in
|
|
@@ -369,9 +369,9 @@ install-data-local:
|
|
| sh
|
|
|
|
install-data-local:
|
|
- mkdir -p $(templatesdir)
|
|
- cp -p *.html.* $(templatesdir)
|
|
- cp -p *.js.* $(templatesdir)
|
|
+ mkdir -p $(DESTDIR)$(templatesdir)
|
|
+ cp -p *.html.* $(DESTDIR)$(templatesdir)
|
|
+ cp -p *.js.* $(DESTDIR)$(templatesdir)
|
|
|
|
clean:
|
|
rm -f zphoto.css .photo.html *.html.* *.js.* *.txt
|