diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:20 +0800 |
commit | 63eaf08a092e1a01e96f082ae5cfd93fffff1fa2 (patch) | |
tree | e2c6125e055244fa4e0a40ec76dca7844934e67d /comms | |
parent | 8e65e8839fd28ee9284060339232d9a1ca560550 (diff) | |
download | freebsd-ports-gnome-63eaf08a092e1a01e96f082ae5cfd93fffff1fa2.tar.gz freebsd-ports-gnome-63eaf08a092e1a01e96f082ae5cfd93fffff1fa2.tar.zst freebsd-ports-gnome-63eaf08a092e1a01e96f082ae5cfd93fffff1fa2.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'comms')
-rw-r--r-- | comms/remserial/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/remserial/Makefile b/comms/remserial/Makefile index c393a5e46ccd..098ca8e82c7d 100644 --- a/comms/remserial/Makefile +++ b/comms/remserial/Makefile @@ -19,8 +19,6 @@ CFLAGS+= -DOSVERSION=\"${OSVERSION}\" OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} |