diff options
author | adamw <adamw@FreeBSD.org> | 2002-12-09 13:09:56 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-12-09 13:09:56 +0800 |
commit | cbf15a109294453bf665f77fb6502f479984222d (patch) | |
tree | 57ee5d15a45c4a8ed129f56db045c0180e751bf0 /Mk | |
parent | 063642424cc4f400b50784a6b4b9e88dcabd5f5d (diff) | |
download | freebsd-ports-gnome-cbf15a109294453bf665f77fb6502f479984222d.tar.gz freebsd-ports-gnome-cbf15a109294453bf665f77fb6502f479984222d.tar.zst freebsd-ports-gnome-cbf15a109294453bf665f77fb6502f479984222d.zip |
Fix a couple very trivial grammar mistakes in the comments sections.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 16 | ||||
-rw-r--r-- | Mk/bsd.gnomeng.mk | 12 |
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: # |