summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-22 13:23:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-22 13:23:44 +0000
commit8d4446d4b0dfecfb5fd7c2a8ea77a9a44b169f66 (patch)
tree5bf41c5f4e53884675468f1c919c2191aedde0ef /Mk/bsd.port.mk
parentnet/pacemaker2: Update to 2.1.6 (diff)
Mk/bsd.port.mk: fix indentation (per ts=4) and trim excessive linefeeds
While here, spell two common Latin contractions properly.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk28
1 files changed, 8 insertions, 20 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 6b3522d559a0..2f194a944046 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -576,7 +576,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# fetch-urlall-recursive-list
# - Show list of URLS to retrieve ${DISTFILES} and
# ${PATCHFILES} for this port and dependencies.
-#
# all-depends-list
# - Show all directories which are dependencies
# for this port.
@@ -601,8 +600,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# - Show all directories which are test-dependencies
# for this port.
# install-missing-packages
-# - Install missing dependencies from package and mark
-# them as automatically installed.
+# - Install missing dependencies from package and mark
+# them as automatically installed.
# extract - Unpacks ${DISTFILES} into ${WRKDIR}.
# patch - Apply any provided patches to the source.
# configure - Runs either GNU configure, one or more local configure
@@ -619,10 +618,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# - Create a package for a port and _all_ of its dependencies.
# describe - Try to generate a one-line description for each port for
# use in INDEX files and the like.
-# describe-json - Generate a JSON-compliant representation of each port.
-# check-plist - Checks for files missing from the plist, and files in the plist
-# that are not installed by the port.
-# check-sanity - Perform some basic checks of the port layout.
+# describe-json - Generate a JSON-compliant representation of each port.
+# check-plist - Checks for files missing from the plist, and files in the
+# plist that are not installed by the port.
+# check-sanity - Perform some basic checks of the port layout.
# checkpatch - Do a "patch -C" instead of a "patch". Note that it may
# give incorrect results if multiple patches deal with
# the same file.
@@ -859,7 +858,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# described below except that any line beginning with @comment
# is deleted.
# SUB_LIST - List of "variable=value" pair for substitution in ${SUB_FILES}
-# Some pairs are added by default: eg. PREFIX=${PREFIX}
+# Some pairs are added by default: e.g. PREFIX=${PREFIX}
#
# USE_LDCONFIG - If set to "yes", this adds ${PREFIX}/lib to the list of
# directories to be searched for shared libraries.
@@ -905,7 +904,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# "Name" "Comment" "Icon" "Exec" "Categories" StartupNotify
# Rules:
# * Only add desktop entries for applications which do not
-# require a terminal (ie. X applications).
+# require a terminal (i.e. X11 applications).
# * If the upstream distribution already installs .desktop
# files, you do not need to use this.
# * If you require a more elaborate .desktop file than this
@@ -1123,11 +1122,9 @@ makepatch:
${SH} ${SCRIPTSDIR}/smart_makepatch.sh
. endif
-
# Start of options section
. if defined(INOPTIONSMK) || ( !defined(USEOPTIONSMK) && !defined(AFTERPORTMK) )
-
# Get the default maintainer
MAINTAINER?= ports@FreeBSD.org
@@ -1546,7 +1543,6 @@ SUB_LIST+= ${FLAVOR:tu}="" NO_${FLAVOR:tu}="@comment "
. endif
. endif # defined(${FLAVOR})
-
EXTRACT_SUFX?= .tar.gz
. if defined(USE_LINUX_PREFIX)
@@ -1921,7 +1917,6 @@ CO_ENV+= NO_PREFIX_RMDIR=1
CO_ENV+= NO_PREFIX_RMDIR=0
. endif
-
METADIR= ${WRKDIR}/.metadir
PKGPREINSTALL?= ${PKGDIR}/pkg-pre-install
@@ -3416,7 +3411,6 @@ _EXTRA_PACKAGE_TARGET_DEP+= ${PKGLATESTREPOSITORY}
_PORTS_DIRECTORIES+= ${PKGLATESTREPOSITORY}
_EXTRA_PACKAGE_TARGET_DEP+= ${PKGLATESTFILE}
-
${PKGLATESTFILE}: ${PKGFILE} ${PKGLATESTREPOSITORY}
${INSTALL} -l rs ${PKGFILE} ${PKGLATESTFILE}
@@ -3489,7 +3483,6 @@ install-package:
${PKG_ADD} ${_INSTALL_PKG_ARGS} $${_pkgfile}
. endif
-
# Utility targets follow
. if !target(check-already-installed)
@@ -4323,7 +4316,6 @@ create-manifest:
${PKG_NOTES_ENV} \
${SH} ${SCRIPTSDIR}/create-manifest.sh
-
# Print out package names.
package-depends:
@@ -4473,12 +4465,9 @@ describe-json-${f}:
${ECHO_CMD} "}" ;\
fi; \
-
. endfor
. endif # empty(FLAVORS)
-
-
www-site:
@${ECHO_CMD} ${_WWW}
@@ -4524,7 +4513,6 @@ _PRETTY_PRINT_DEPENDS_LIST=\
${ECHO_MSG} "\" to $$target."; \
fi;
-
. if !target(pretty-print-build-depends-list)
pretty-print-build-depends-list:
. if defined(PKG_DEPENDS) || defined(EXTRACT_DEPENDS) || defined(PATCH_DEPENDS) || \