aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-12-09 05:09:56 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-12-09 05:09:56 +0000
commit2ddf0eef672e1c922be6fb483207f750cdf56a8e (patch)
tree4616af36edd9891b3f5a0b0d7a291a4c3365790a /Mk
parentb43134a473092f9cd827eb744188920e409b14f2 (diff)
downloadports-2ddf0eef672e1c922be6fb483207f750cdf56a8e.tar.gz
ports-2ddf0eef672e1c922be6fb483207f750cdf56a8e.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk16
-rw-r--r--Mk/bsd.gnomeng.mk12
2 files changed, 14 insertions, 14 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 452f95b663b6..497934c1e960 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -9,15 +9,15 @@
.if !defined(USE_GNOMENG)
.if !defined(_POSTMKINCLUDED)
-# Please make sure all changes to this file are past through the maintainer.
+# Please make sure all changes to this file are passed through the maintainer.
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
Gnome_Include_MAINTAINER= gnome@FreeBSD.org
-# This section keeps tests for optional software. These work off four
-# types of of variables. WANT_, WITH_, HAVE_ and USE_. The logic of
-# this is that a port can WANT support for a package, a user specifies
-# if they want ports compiles WITH certain features. This section tests
-# if we HAVE these features, and the port is then free to USE them.
+# This section defines tests for optional software. These work off four
+# types of variables: WANT_, WITH_, HAVE_ and USE_. The logic of
+# this is that a port can WANT support for a package; a user specifies
+# if they want ports compiled WITH certain features; this section tests
+# if we HAVE these features; and the port is then free to USE them.
# The logic of this section is like this:
#
@@ -49,7 +49,7 @@ Gnome_Include_MAINTAINER= gnome@FreeBSD.org
# .endif
# The following defines are for the various levels of libraries in the
-# GLib/GTK+/GNOME group of software. There are the following options:
+# GLib/GTK+/GNOME group of software. There are the following options:
#
# WITH_GLIB, WITH_GTK, WITH_ESOUND, WITH_IMLIB, WITH_GNOME:
# - Only set by the user, indicates that they always want
@@ -290,7 +290,7 @@ MAKE_ENV+= HAVE_IMLIB=${HAVE_IMLIB}
# Ports which optionally depend on GNOME can add '--datadir=${PREFIX}/share'
# to CONFIGURE_ARGS before including <bsd.port.post.mk> if they do not wish
# to install their data files in /usr/X11R6/share/gnome. Please be aware
-# that you will need to make non standard patches to get the rest of the
+# that you will need to make non-standard patches to get the rest of the
# files into the correct places. Specifically, the help files and pixmaps
# must still go into /usr/X11R6/share/gnome/help and
# /usr/X11R6/share/gnome/pixmaps respectively. %%DATADIR%% will still be
diff --git a/Mk/bsd.gnomeng.mk b/Mk/bsd.gnomeng.mk
index f8a4ee8e2702..331cf35f1381 100644
--- a/Mk/bsd.gnomeng.mk
+++ b/Mk/bsd.gnomeng.mk
@@ -4,7 +4,7 @@
.if !defined(_POSTMKINCLUDED)
-# Please make sure all changes to this file are past through the maintainer.
+# Please make sure all changes to this file are passed through the maintainer.
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
Gnome_Include_MAINTAINER= gnome@FreeBSD.org
@@ -187,11 +187,11 @@ libpanel_LIB_DEPENDS= panel_applet.5:${PORTSDIR}/x11/libpanel
libpanel_DETECT= ${X11BASE}/etc/appletsConf.sh
libpanel_USE_GNOME_IMPL=gnomelibs
-# This section keeps tests for optional software. These work off four
-# types of of variables. WANT_GNOME, WITH_GNOME, HAVE_GNOME and USE_GNOME.
-# The logic of this is that a port can WANT support for a package, a user
-# specifies if they want ports compiles WITH certain features. This section
-# tests if we HAVE these features, and the port is then free to USE them.
+# This section defines tests for optional software. These work off four
+# types of variables: WANT_GNOME, WITH_GNOME, HAVE_GNOME and USE_GNOME.
+# The logic of this is that a port can WANT support for a package; a user
+# specifies if they want ports compiled WITH certain features; this section
+# tests if we HAVE these features; and the port is then free to USE them.
# The logic of this section is like this:
#