diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:38:48 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:38:48 +0800 |
commit | ba233f019b2fc04258a696194dbde82dd8dde29f (patch) | |
tree | 4f5b8148305a54a28bc8eefb0a591397e4bd995f | |
parent | 9bf9dd5a1828b088050008c4751345834559f409 (diff) | |
download | freebsd-ports-gnome-ba233f019b2fc04258a696194dbde82dd8dde29f.tar.gz freebsd-ports-gnome-ba233f019b2fc04258a696194dbde82dd8dde29f.tar.zst freebsd-ports-gnome-ba233f019b2fc04258a696194dbde82dd8dde29f.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
-rw-r--r-- | archivers/mar/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile index 5d24ab291f27..9ae297d830dc 100644 --- a/archivers/mar/Makefile +++ b/archivers/mar/Makefile @@ -16,8 +16,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -E "s#^(CFLAGS\ |CXXFLAGS\ |CC\ |CXX\ )#\1?#" \ ${WRKSRC}/src/Makefile |