diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-24 00:30:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-24 00:30:21 +0000 |
commit | 709b05ed2df2d589f9eb6faf9233e33189574398 (patch) | |
tree | a08431b366a89ecb2b24a8316276c3a8a01e565b /Mk/bsd.options.mk | |
parent | devel/py-gitless: Update to 0.8.5 (diff) |
Make the ports infrastructure accept at least 3 level ports
Approved by: portmgr (rene
Differential Revision: https://reviews.freebsd.org/D8889
Notes
Notes:
svn path=/head/; revision=429298
Diffstat (limited to '')
-rw-r--r-- | Mk/bsd.options.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index 193400364461..dfe815e6228b 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -153,7 +153,7 @@ .if !defined(OPTIONSMKINCLUDED) OPTIONSMKINCLUDED= bsd.options.mk -OPTIONS_NAME?= ${PKGORIGIN:S/\//_/} +OPTIONS_NAME?= ${PKGORIGIN:S/\//_/g} OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ |