diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:01 +0800 |
commit | 54844e584b4c321ab14c22b6e5522901e430a588 (patch) | |
tree | a984808e11df606acd29a531e6359f1142bf025e | |
parent | 6649f00ff1bf7735a8553c4d82a1b0c4f5854366 (diff) | |
download | freebsd-ports-gnome-54844e584b4c321ab14c22b6e5522901e430a588.tar.gz freebsd-ports-gnome-54844e584b4c321ab14c22b6e5522901e430a588.tar.zst freebsd-ports-gnome-54844e584b4c321ab14c22b6e5522901e430a588.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
-rw-r--r-- | net-im/bsflite/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-im/bsflite/Makefile b/net-im/bsflite/Makefile index d5b34cc82281..8a84c9770764 100644 --- a/net-im/bsflite/Makefile +++ b/net-im/bsflite/Makefile @@ -15,8 +15,6 @@ PORTDOCS= COPYING ChangeLog README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -E '/^(CC|CFLAGS)/d' \ ${WRKSRC}/${MAKEFILE} \ |