diff options
author | naddy <naddy@FreeBSD.org> | 2009-09-22 03:13:51 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-09-22 03:13:51 +0800 |
commit | c373a381f636f325d2d1d6783f3a20e55bf558c8 (patch) | |
tree | 91319ba1ef0b3a5167eed1638008dd432ae1842f | |
parent | ea256afccebad8a96a69240c0a72ece18de0c528 (diff) | |
download | freebsd-ports-gnome-c373a381f636f325d2d1d6783f3a20e55bf558c8.tar.gz freebsd-ports-gnome-c373a381f636f325d2d1d6783f3a20e55bf558c8.tar.zst freebsd-ports-gnome-c373a381f636f325d2d1d6783f3a20e55bf558c8.zip |
Format a few comment lines for ts=4 and <80 columns.
Feature safe: yes
-rw-r--r-- | Mk/bsd.port.mk | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 55600a78348b..1cf425f27098 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -699,9 +699,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # # Default targets and their behaviors: # -# fetch - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this +# fetch - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this # port. -# fetch-list - Show list of commands to retrieve missing ${DISTFILES} and +# fetch-list - Show list of commands to retrieve missing ${DISTFILES} and # ${PATCHFILES} for this port. # fetch-recursive # - Retrieves missing ${DISTFILES} and ${PATCHFILES} for this @@ -771,7 +771,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Automatically run prior to extract, patch, configure, build, # install, and package. # config-recursive -# - Configure options for this port for this port and all dependencies. +# - Configure options for this port for this port and all +# dependencies. # showconfig - Display options config for this port. # showconfig-recursive # - Display options config for this port and all dependencies. @@ -1035,10 +1036,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Default: ${PREFIX}/www/${PORTNAME} # WWWDIR_REL - The WWWDIR relative to ${PREFIX} # -# USERS - List of users to create at install time. Each login must have a -# corresponding entry in ${UID_FILES}. -# GROUPS - List of groups to create at install time. Each group must have a -# corresponding entry in ${GID_FILES}. +# USERS - List of users to create at install time. Each login must +# have a corresponding entry in ${UID_FILES}. +# GROUPS - List of groups to create at install time. Each group must +# have a corresponding entry in ${GID_FILES}. # # DESKTOPDIR - Name of the directory to install ${DESKTOP_ENTRIES} in. # Default: ${PREFIX}/share/applications |