diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:05 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:05 +0800 |
commit | fb244adc9f4c2d76bd20ab6ba9510ceea9ec1310 (patch) | |
tree | cc018e2b125276ac47e73cc3e55cf6904e0eebb1 /news/brag/Makefile | |
parent | 54844e584b4c321ab14c22b6e5522901e430a588 (diff) | |
download | freebsd-ports-gnome-fb244adc9f4c2d76bd20ab6ba9510ceea9ec1310.tar.gz freebsd-ports-gnome-fb244adc9f4c2d76bd20ab6ba9510ceea9ec1310.tar.zst freebsd-ports-gnome-fb244adc9f4c2d76bd20ab6ba9510ceea9ec1310.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'news/brag/Makefile')
-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} |