aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-09 10:12:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-09 10:12:07 +0000
commitf296ccd76efda75c4f27b7a944d7cf31112701ba (patch)
tree59f88de7359fa5dcf0c2e48f927c7b2e18acf288
parent39ad88a844052d94899c398409dc3a5710e2d8fc (diff)
downloadports-f296ccd76efda75c4f27b7a944d7cf31112701ba.tar.gz
ports-f296ccd76efda75c4f27b7a944d7cf31112701ba.zip
Notes
-rw-r--r--Mk/bsd.autotools.mk6
-rw-r--r--Mk/bsd.emacs.mk10
-rw-r--r--Mk/bsd.gnustep.mk2
-rw-r--r--Mk/bsd.kde.mk2
-rw-r--r--Mk/bsd.kde4.mk2
-rw-r--r--Mk/bsd.port.subdir.mk2
-rw-r--r--Mk/bsd.python.mk8
-rw-r--r--Mk/bsd.sdl.mk2
-rw-r--r--Mk/bsd.sites.mk2
9 files changed, 18 insertions, 18 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk
index 1915bc6b07d2..3a0b45909193 100644
--- a/Mk/bsd.autotools.mk
+++ b/Mk/bsd.autotools.mk
@@ -13,7 +13,7 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org
#---------------------------------------------------------------------------
# Entry points into the autotools system
#---------------------------------------------------------------------------
-#
+#
# USE_AUTOMAKE_VER=<value>
# - Port wishes to use automake, including the configuration step
# - Implies GNU_CONFIGURE?=yes and WANT_AUTOMAKE_VER=<value>
@@ -259,7 +259,7 @@ WANT_LIBTOOL_VER?= ${USE_INC_LIBTOOL_VER}
LIBTOOL_SUFFIX= ${WANT_LIBTOOL_VER}
# Make sure we specified a legal version of libtool
-#
+#
. if !exists(${PORTSDIR}/devel/libtool${LIBTOOL_SUFFIX}/Makefile)
BROKEN= "Unknown LIBTOOL version: ${WANT_LIBTOOL_VER}"
. endif
@@ -285,7 +285,7 @@ LIBTOOL_DEPENDS= ${LIBTOOL}:${PORTSDIR}/devel/libtool${LIBTOOL_SUFFIX}
BUILD_DEPENDS+= ${LIBTOOL_DEPENDS}
. if defined(WANT_LIBTOOL_RUN)
RUN_DEPENDS+= ${LIBTOOL_DEPENDS}
-. endif
+. endif
LIBTOOLFLAGS?= --disable-ltlibs # XXX: probably not useful
. if defined(USE_AUTOCONF_VER)
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk
index 15e75d3b2b54..e9d8f6e0c1ed 100644
--- a/Mk/bsd.emacs.mk
+++ b/Mk/bsd.emacs.mk
@@ -1,5 +1,5 @@
#
-# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.35 2004-12-26 16:27:00 sem Exp $
+# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.36 2005-01-09 10:12:07 krion Exp $
#
# bsd.emacs.mk - 19990829 Shigeyuki Fukushima.
#
@@ -31,13 +31,13 @@ Emacs_Include_MAINTAINER= ports@FreeBSD.org
# ex.) "share/emacs" when emacsen is a emacs-20.6.
#
# EMACS_LIBDIR_WITH_VER:
-# emacsen's version specific library directory name
+# emacsen's version specific library directory name
# without ${PREFIX}.
# ex.) "share/emacs/20.6" when emacsen is a emacs-20.6.
#
# EMACS_CMD:
# emacsen's command-line filename. (full path)
-# ex.) "/usr/local/bin/emacs-20.6" when emacsen is a
+# ex.) "/usr/local/bin/emacs-20.6" when emacsen is a
# emacs-20.6 and ${PREFIX} is "/usr/local".
#
# EMACS_SITE_LISPDIR:
@@ -51,11 +51,11 @@ Emacs_Include_MAINTAINER= ports@FreeBSD.org
# emacs-20.6.
#
# EMACS_NO_BUILD_DEPENDS:
-# If set "YES" to this variable, port does not
+# If set "YES" to this variable, port does not
# build-depend on EMACS_PORT_NAME's emacsen.
#
# EMACS_NO_RUN_DEPENDS:
-# If set "YES" to this variable, port does not
+# If set "YES" to this variable, port does not
# run-depend on EMACS_PORT_NAME's emacsen.
#
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk
index c78bb1dde007..23b77dadddcb 100644
--- a/Mk/bsd.gnustep.mk
+++ b/Mk/bsd.gnustep.mk
@@ -35,7 +35,7 @@
#
# USE_GNUSTEP_INSTALL=yes
# call install target with GNUstep.sh sourced in the current shell
-#
+#
# ---------------------------------------------------------------------------
.if !defined(_POSTMKINCLUDED)
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk
index 4aa85b4bbc11..6cecbbc3b8ef 100644
--- a/Mk/bsd.kde.mk
+++ b/Mk/bsd.kde.mk
@@ -5,7 +5,7 @@
#
# Please view me with 4 column tabs!
-# Please make sure all changes to this file are past through the maintainer.
+# Please make sure all changes to this file are past through the maintainer.
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
KDE_MAINTAINER= will@FreeBSD.org
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk
index 4aa85b4bbc11..6cecbbc3b8ef 100644
--- a/Mk/bsd.kde4.mk
+++ b/Mk/bsd.kde4.mk
@@ -5,7 +5,7 @@
#
# Please view me with 4 column tabs!
-# Please make sure all changes to this file are past through the maintainer.
+# Please make sure all changes to this file are past through the maintainer.
# Do not commit them yourself (unless of course you're the Port's Wraith ;).
KDE_MAINTAINER= will@FreeBSD.org
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 2805f4587189..5d00a4869ffd 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -2,7 +2,7 @@
# $FreeBSD$
#
# The include file <bsd.port.subdir.mk> contains the default targets
-# for building ports subdirectories.
+# for building ports subdirectories.
#
#
# +++ variables +++
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index d1cfe1c70c68..55462a0874ec 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -53,9 +53,9 @@ Python_Include_MAINTAINER= perky@FreeBSD.org
# default: -py${PYTHON_SUFFIX}
#
# PYTHON_PLATFORM: Python's idea of the OS release.
-# XXX This is faked with ${OPSYS} and ${OSREL} until I
-# find out how to delay defining a variable until after
-# a certain target has been built.
+# XXX This is faked with ${OPSYS} and ${OSREL} until I
+# find out how to delay defining a variable until after
+# a certain target has been built.
#
# PYTHON_PORTSDIR: The source of your binary's port. Needed for the
# RUN_DEPENDS.
@@ -72,7 +72,7 @@ Python_Include_MAINTAINER= perky@FreeBSD.org
# PYTHON_SUFFIX: Yet another short version number, primarily intended
# for ${PYTHON_PKGNAMEPREFIX}.
#
-# PYTHON_VERSION: Version of the python binary in your ${PATH}, in the
+# PYTHON_VERSION: Version of the python binary in your ${PATH}, in the
# format "python2.0". Set this in your makefile in case you
# want to build extensions with an older binary.
# default: depends on the version of your python binary
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk
index 382506ffc5e7..ec559e26644c 100644
--- a/Mk/bsd.sdl.mk
+++ b/Mk/bsd.sdl.mk
@@ -46,7 +46,7 @@ _USE_SDL_ALL= gfx gui image mixer mm net sdl sound ttf
# _PORTDIR_xxx subdirectory below ${PORTSDIR}/${_SUBDIR_xxx}, default sdl_xxx
# _LIB_xxx name of the shared lib, default SDL_xxx
# _REQUIRES_xxx also needs these SDL libraries
-#
+#
_VERSION_gfx= 13
_SUBDIR_gfx= graphics
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 0e29d4fdbf22..170dddc51629 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -1294,5 +1294,5 @@ MASTER_SITE_XORG+= \
MASTER_SITE_GNUSTEP+= \
http://python.planetmirror.com/pub/gnustep/gnustep/%SUBDIR%/ \
ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ \
- ftp://ftp.easynet.nl/mirror/GNUstep/pub/gnustep/%SUBDIR%/
+ ftp://ftp.easynet.nl/mirror/GNUstep/pub/gnustep/%SUBDIR%/