diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 21:15:47 +0800 |
commit | ed6a90e2e9b645590dd7e6e43cd9ed313b094c13 (patch) | |
tree | 3c6875e1915991a70b5d02b799e17418d20b218a /shells | |
parent | 6baece3b7ae06d93445a0e0ecf02e59541a92a95 (diff) | |
download | freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.tar.gz freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.tar.zst freebsd-ports-gnome-ed6a90e2e9b645590dd7e6e43cd9ed313b094c13.zip |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 0743a8fa3f9b..9aa4526a4cdf 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -18,7 +18,7 @@ PORTEXAMPLES= * INSTALL_TARGET= install install-doc install-exp PLIST_SUB+= VER=${DISTVERSION} -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \ |