diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:20 +0000 |
commit | 2f2d3fdc3ed36971418efa035127e765eb22218b (patch) | |
tree | e2c6125e055244fa4e0a40ec76dca7844934e67d /comms | |
parent | f432f076a02997ce93b5283f688c62b594865758 (diff) | |
download | ports-2f2d3fdc3ed36971418efa035127e765eb22218b.tar.gz ports-2f2d3fdc3ed36971418efa035127e765eb22218b.zip |
Notes
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} |