diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 12:46:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 12:46:14 +0000 |
commit | dd2c2cb23e4001d59d07433af1283576a545b9bc (patch) | |
tree | ec0736641ebe66daed6945bdd8e75c9b52ebc51e /Mk/bsd.options.mk | |
parent | security/libgpg-error: update to 1.26 (diff) |
Revert r429298 it has some unexpected side effects which I do not have time to
fix yet
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=429411
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 dfe815e6228b..193400364461 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/\//_/g} +OPTIONS_NAME?= ${PKGORIGIN:S/\//_/} OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ |