diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:40:46 +0800 |
commit | e29e2ad254937cb69aeece96b3980f629780687f (patch) | |
tree | b95a66af713495e7d559604fde17c21938d13bff /sysutils | |
parent | ee6e1898be431f1ad4c11d9c158c5edd67b2e153 (diff) | |
download | freebsd-ports-gnome-e29e2ad254937cb69aeece96b3980f629780687f.tar.gz freebsd-ports-gnome-e29e2ad254937cb69aeece96b3980f629780687f.tar.zst freebsd-ports-gnome-e29e2ad254937cb69aeece96b3980f629780687f.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/highlnk/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/highlnk/Makefile b/sysutils/highlnk/Makefile index a7875d51b517..9259b10456c3 100644 --- a/sysutils/highlnk/Makefile +++ b/sysutils/highlnk/Makefile @@ -17,8 +17,6 @@ PORTDOCS= README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|linux/limits.h|sys/syslimits.h|' \ ${WRKSRC}/finder.c \ |