diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:41:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:41:17 +0800 |
commit | dcc5af072b25ad35f70d472bde8577af9d9a4343 (patch) | |
tree | 1cf77ca3bfbcd899481dd0b849d43e7d0a763d10 | |
parent | ac44c732a7301465e7b0f623349f265d955b2a6c (diff) | |
download | freebsd-ports-gnome-dcc5af072b25ad35f70d472bde8577af9d9a4343.tar.gz freebsd-ports-gnome-dcc5af072b25ad35f70d472bde8577af9d9a4343.tar.zst freebsd-ports-gnome-dcc5af072b25ad35f70d472bde8577af9d9a4343.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
-rw-r--r-- | textproc/fldiff/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 2178a04b104f..2482743fbf30 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -23,8 +23,6 @@ PORTDOCS= index.html fldiff.jpg OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|@OPTIM@||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|=Development|=Application;Development;|' \ |