diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:05 +0000 |
commit | 82f93acc32ce5bcd5e5c374d87853ecec82528a1 (patch) | |
tree | cc018e2b125276ac47e73cc3e55cf6904e0eebb1 /news/brag | |
parent | e6b66a49a6f5f9a722ddef1f9d2adb72cc16b35f (diff) |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Notes
Notes:
svn path=/head/; revision=344067
Diffstat (limited to 'news/brag')
-rw-r--r-- | news/brag/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/news/brag/Makefile b/news/brag/Makefile index 800d6d94172f..8577a403225a 100644 --- a/news/brag/Makefile +++ b/news/brag/Makefile @@ -20,8 +20,6 @@ TCLSH= tclsh8.4 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|^\(exec\ \)tclsh|\1${TCLSH}|' \ ${WRKSRC}/${PORTNAME} |