diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-07 16:20:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-07 16:20:41 +0000 |
commit | 1510b743f230c8b6af6cc251122903f0afdc1461 (patch) | |
tree | cb3aab37d5b013aa902d99bdc47ab0c6aa90afc5 /net-mgmt/netmond/files/patch-Makefile.in | |
parent | Convert c* to USES=zip (diff) |
Bring net-mgmt/netmond back into shape.
From PR submitter:
- Fix build (partially)
- Clean up patches
- Unexpire
- Mark jobs unsafe
- Bump PORTREVISION
From myself:
- Stage support, introduce pkg-plist
- Use option helpers
- Convert patch site for documentation into an optional distribution file
PR: ports/186654
Submitted by: Vsevolod Volkov <vvv@colocall.net>
Diffstat (limited to 'net-mgmt/netmond/files/patch-Makefile.in')
-rw-r--r-- | net-mgmt/netmond/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/netmond/files/patch-Makefile.in b/net-mgmt/netmond/files/patch-Makefile.in deleted file mode 100644 index 63e6a2ccea12..000000000000 --- a/net-mgmt/netmond/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Jul 20 19:28:20 2004 -+++ Makefile.in Thu Nov 2 13:35:27 2006 -@@ -47,7 +47,7 @@ - - NETMOND_C = netmond.c netstate.c event.c session.c mib.c snmp.c router.c \ - trap.c ping.c tcp.c udp.c dns.c radius.c tacacs.c md5.c util.c \ -- variables.c save.c regex.c malloc.c reconfig.c -+ variables.c save.c regex.c malloc.c reconfig.c pipe.c - NETMOND_Y = calc.y parseconf.y - NETMOND_L = scanconf.l - NETMOND_G = version.c |