diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:56 +0800 |
commit | 6649f00ff1bf7735a8553c4d82a1b0c4f5854366 (patch) | |
tree | 602f213cf216e6ed57930f24026c8a12fa63fc98 | |
parent | 336479482c5f084c3fc79165206cfbe1b3880133 (diff) | |
download | freebsd-ports-gnome-6649f00ff1bf7735a8553c4d82a1b0c4f5854366.tar.gz freebsd-ports-gnome-6649f00ff1bf7735a8553c4d82a1b0c4f5854366.tar.zst freebsd-ports-gnome-6649f00ff1bf7735a8553c4d82a1b0c4f5854366.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
-rw-r--r-- | net/corkscrew/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile index e3ae684f39ac..82ed62f606f4 100644 --- a/net/corkscrew/Makefile +++ b/net/corkscrew/Makefile @@ -17,8 +17,6 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in NEWS README TODO |