svn commit: r396378 - head/Mk
Mathieu Arnold
mat at FreeBSD.org
Tue Sep 8 14:04:31 UTC 2015
Author: mat
Date: Tue Sep 8 14:04:30 2015
New Revision: 396378
URL: https://svnweb.freebsd.org/changeset/ports/396378
Log:
Add PORTEXAMPLES to the options helpers.
Sponsored by: Absolight
Modified:
head/Mk/bsd.options.mk
Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk Tue Sep 8 12:31:42 2015 (r396377)
+++ head/Mk/bsd.options.mk Tue Sep 8 14:04:30 2015 (r396378)
@@ -124,7 +124,8 @@
# CONFLICTS_INSTALL CPPFLAGS CXXFLAGS DESKTOP_ENTRIES DISTFILES EXTRA_PATCHES
# EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET
# LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS
-# PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS SUB_FILES SUB_LIST USES,
+# PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES 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.
@@ -151,7 +152,7 @@ _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGO
GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET \
LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES \
PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS \
- SUB_FILES SUB_LIST USES
+ PORTEXAMPLES SUB_FILES SUB_LIST USES
_OPTIONS_DEPENDS= PKG FETCH EXTRACT PATCH BUILD LIB RUN
# The format here is target_family:priority:target-type
More information about the svn-ports-all
mailing list