mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Add SUB_LIST and SUB_FILES to the helper flags. (and sort the flags)
With hat: portmgr Sponsored by: Absolight
This commit is contained in:
parent
c97c747026
commit
9b93e0ff17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388209
@ -105,12 +105,12 @@
|
||||
#
|
||||
# For each of:
|
||||
# ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS CONFLICTS_BUILD
|
||||
# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES EXTRA_PATCHES
|
||||
# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES EXTRA_PATCHES INFO
|
||||
# INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES
|
||||
# PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB INFO USES, defining ${opt}_${variable} will
|
||||
# add its content to the actual variable when the option is enabled. Defining
|
||||
# ${opt}_${variable}_OFF will add its content to the actual variable when the
|
||||
# option is disabled.
|
||||
# PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB SUB_FILES SUB_LIST USES,
|
||||
# defining ${opt}_${variable} will add its content to the actual variable when
|
||||
# the option is enabled. Defining ${opt}_${variable}_OFF will add its content
|
||||
# to the actual variable when the option is disabled.
|
||||
#
|
||||
# For each of the depends target PKG FETCH EXTRACT PATCH BUILD LIB RUN,
|
||||
# defining ${opt}_${deptype}_DEPENDS will add its content to the actual
|
||||
@ -129,11 +129,11 @@ OPTIONS_NAME?= ${PKGORIGIN:S/\//_/}
|
||||
OPTIONSFILE?= ${PORT_DBDIR}/${UNIQUENAME}/options
|
||||
OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options
|
||||
|
||||
_OPTIONS_FLAGS= ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \
|
||||
_OPTIONS_FLAGS= ALL_TARGET CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \
|
||||
CONFLICTS_BUILD CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DISTFILES \
|
||||
EXTRA_PATCHES INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV \
|
||||
PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY PLIST_FILES \
|
||||
PLIST_SUB USES INFO
|
||||
EXTRA_PATCHES INFO INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS \
|
||||
MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS PLIST_DIRSTRY \
|
||||
PLIST_FILES PLIST_SUB SUB_FILES SUB_LIST USES
|
||||
_OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN
|
||||
|
||||
# Set the default values for the global options, as defined by portmgr
|
||||
|
Loading…
Reference in New Issue
Block a user