diff options
author | 2011-09-19 07:46:34 +0000 | |
---|---|---|
committer | 2011-09-19 07:46:34 +0000 | |
commit | d27dde0ef8583165a09999f4c0c913f4311b599a (patch) | |
tree | e1f55bc059e49717cf8e437ada91d1e763a5a19d | |
parent | Make sure snooping is enabled on Intel HDA variants. Fixes audio on my (diff) | |
download | wireguard-openbsd-d27dde0ef8583165a09999f4c0c913f4311b599a.tar.xz wireguard-openbsd-d27dde0ef8583165a09999f4c0c913f4311b599a.zip |
DESKTOP_FILES -> MODGNOME_DESKTOP_FILE.
-rw-r--r-- | share/man/man5/port-modules.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 4e60fb8fa2a..8bdc0869845 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.96 2011/09/01 07:04:34 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.97 2011/09/19 07:46:34 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 1 2011 $ +.Dd $Mdocdate: September 19 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -619,9 +619,9 @@ If both GNOME_PROJECT and GNOME_VERSION are set, this module defines DISTNAME, VERSION, MASTER_SITES, adds x11/gnome to CATEGORIES and EXTRACT_SUFX will default to .tar.bz2 if unset. Appends to FAKE_FLAGS. -Unconditionally sets DESKTOP_FILES, MODGNOME_HELP_FILES, +Unconditionally sets MODGNOME_DESKTOP_FILE, MODGNOME_HELP_FILES, MODGNOME_BUILD_DEPENDS, MODGNOME_RUN_DEPENDS and USE_GMAKE. -If DESKTOP_FILES=Yes, a dependency on +If MODGNOME_DESKTOP_FILE=Yes, a dependency on .Pa devel/desktop-file-utils is appended to MODGNOME_RUN_DEPENDS. If MODGNOME_HELP_FILES=Yes, then @@ -652,7 +652,7 @@ Note the MODTCL_WISH_ADJ shell fragment in the lang/tcl module. .It x11/xfce4 Sets DIST_SUBDIR, EXTRACT_SUFX, CONFIGURE_STYLE, CONFIGURE_ENV and USE_GMAKE. -If DESKTOP_FILES is set to yes, it adds +If MODGNOME_DESKTOP_FILE is set to yes, it adds .Pa devel/desktop-file-utils to RUN_DEPENDS. Unless XFCE_NO_SRC is set, USE_LIBTOOL is set to yes and |