mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
Remove stale DBUS_SLAVE cruf. Break out CPPFLAGS from CONFIGURE_ENV. Add additional x11 depends [1] Specify full path to dbus-uuidgen. So it can be run on new installs, before ${LOCALBASE}/bin is added to PATH. [2] Submitted by: John Prather <john.c.prather@gmail.com> [1] Michal Varga <varga.michal@gmail.com> [2]
13 lines
364 B
Text
13 lines
364 B
Text
--- doc/Makefile.in.orig 2011-08-14 11:28:23.000000000 +0200
|
|
+++ doc/Makefile.in 2011-08-14 11:28:47.000000000 +0200
|
|
@@ -604,8 +604,8 @@ info: info-am
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-data-local install-dist_docDATA \
|
|
- install-dist_htmlDATA install-htmlDATA install-man
|
|
+install-data-am: install-data-local \
|
|
+ install-man
|
|
|
|
install-dvi: install-dvi-am
|
|
|