diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:39 +0800 |
commit | 1232d96b329124ff280795f5ea09f8b5ac311e89 (patch) | |
tree | 522c28556692a1a5b42217785e94e74f33f80d3b /mail/isync | |
parent | 0931eb31f8233e9661626edcce8c66740d5cab52 (diff) | |
download | freebsd-ports-gnome-1232d96b329124ff280795f5ea09f8b5ac311e89.tar.gz freebsd-ports-gnome-1232d96b329124ff280795f5ea09f8b5ac311e89.tar.zst freebsd-ports-gnome-1232d96b329124ff280795f5ea09f8b5ac311e89.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'mail/isync')
-rw-r--r-- | mail/isync/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 6e2e7ed53d30..c5405ad440d8 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -27,8 +27,6 @@ OPTIONS_DEFINE= DOCS # does not compile PORTSCOUT= skipv:1.1.0 -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in |