diff options
author | ak <ak@FreeBSD.org> | 2017-03-07 15:28:19 +0000 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2017-03-07 15:28:19 +0000 |
commit | 45a8fa5bdf59b20b376388e5331304321107be75 (patch) | |
tree | 68c82760606532a0e658651679f641f05d6571c5 | |
parent | 02193d7d2b05a465ee4ef2a2999a2e229fb29eab (diff) | |
download | FreeBSD-ports-45a8fa5bdf59b20b376388e5331304321107be75.zip FreeBSD-ports-45a8fa5bdf59b20b376388e5331304321107be75.tar.gz |
- Remove empty directories
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr blanket
-rw-r--r-- | audio/virtual_oss_ctl/Makefile | 1 | ||||
-rw-r--r-- | comms/wsjtx/Makefile | 1 | ||||
-rw-r--r-- | databases/tcl-lmdb/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/virtual_oss_ctl/Makefile b/audio/virtual_oss_ctl/Makefile index 9cf1313..d49d587 100644 --- a/audio/virtual_oss_ctl/Makefile +++ b/audio/virtual_oss_ctl/Makefile @@ -18,4 +18,3 @@ USES= qmake tar:bzip2 USE_QT4= corelib gui qmake_build moc_build rcc_build .include <bsd.port.mk> - diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index dfe95b7..71eadbc 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -40,4 +40,3 @@ do-extract: BROKEN_i386= does not build on i386 due to openmp .include <bsd.port.mk> - diff --git a/databases/tcl-lmdb/Makefile b/databases/tcl-lmdb/Makefile index 13cd7fe..f2cf35f 100644 --- a/databases/tcl-lmdb/Makefile +++ b/databases/tcl-lmdb/Makefile @@ -31,4 +31,3 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${TCL_PKG}/lib${TCL_PKG}.so .include <bsd.port.mk> - |