diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 10:26:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 10:26:46 +0000 |
commit | 84040e08606677e89a7735780f8a6e30b78ff334 (patch) | |
tree | e71680cb84d56a2ca6dbe870472bd01fcd87a217 /net-mgmt | |
parent | 012586d32c230a3ef2fb8f3368230787d0920d83 (diff) | |
download | ports-84040e08606677e89a7735780f8a6e30b78ff334.tar.gz ports-84040e08606677e89a7735780f8a6e30b78ff334.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-ipcalc/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-mgmt/py-ipcalc/Makefile b/net-mgmt/py-ipcalc/Makefile index a3af00bb6a2d..3e1cbb2643f5 100644 --- a/net-mgmt/py-ipcalc/Makefile +++ b/net-mgmt/py-ipcalc/Makefile @@ -14,5 +14,4 @@ COMMENT= Module to perform IP subnet calculations USE_PYTHON= yes USE_PYDISTUTILS=yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 880b037415e8..3837ac324aac 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -21,7 +21,6 @@ MAN1= tcpreplay.1 tcpprep.1 tcprewrite.1 tcpbridge.1 tcpreplay-edit.1 PLIST_FILES= bin/tcpreplay bin/tcpprep bin/tcprewrite bin/tcpbridge \ bin/tcpreplay-edit -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT} |