diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 19:13:51 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 19:13:51 +0000 |
commit | 64fe7233ca9fa97351bc16bff9ff0f0cfc3eca82 (patch) | |
tree | 1e994c0a34b820193fe07a34dd0eb65d1332d8ec /Mk/bsd.port.mk | |
parent | 1d36e2bd1ec67e61712412a1773f587b7340a06b (diff) | |
download | ports-64fe7233ca9fa97351bc16bff9ff0f0cfc3eca82.tar.gz ports-64fe7233ca9fa97351bc16bff9ff0f0cfc3eca82.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-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 |