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 | 8c8774815d15492ed7cbec56b8f838295f7e4290 (diff) | |
download | ports-709b05ed2df2d589f9eb6faf9233e33189574398.tar.gz ports-709b05ed2df2d589f9eb6faf9233e33189574398.zip |
Notes
Diffstat (limited to 'Mk/bsd.options.mk')
-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 \ |