openbsd-ports/www/dillo/patches/patch-dpid_Makefile_in
benoit 5ab72aa347 - update dillo to 2.2
- update patches
- regen PLIST

This update fixes security vulnerability.
Detailed information: http://secunia.com/advisories/38569/

ok jasper@
2010-03-01 14:53:31 +00:00

13 lines
472 B
Plaintext

$OpenBSD: patch-dpid_Makefile_in,v 1.5 2010/03/01 14:53:34 benoit Exp $
--- dpid/Makefile.in.orig Thu Feb 11 11:20:00 2010
+++ dpid/Makefile.in Tue Feb 23 10:30:20 2010
@@ -440,7 +440,7 @@
check: check-am
all-am: Makefile $(PROGRAMS) $(DATA)
installdirs:
- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sysconfdir)"; do \
+ for dir in "$(DESTDIR)$(bindir)" "$(PREFIX)/share/examples/dillo"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am