diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/ettercap/files/patch-plugins::Makefile.in | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/ettercap/files/patch-plugins::Makefile.in')
-rw-r--r-- | net/ettercap/files/patch-plugins::Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/ettercap/files/patch-plugins::Makefile.in b/net/ettercap/files/patch-plugins::Makefile.in deleted file mode 100644 index efc2b4ff39dd..000000000000 --- a/net/ettercap/files/patch-plugins::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/Makefile.in.orig Sun May 4 01:59:51 2003 -+++ plugins/Makefile.in Sun May 4 02:00:18 2003 -@@ -13,7 +13,7 @@ - make -C $$plug; \ - done - --install: plugins -+install: - for plug in $(PLUGINS); do \ - $(INSTALL) -d $(DESTDIR)$(PLUGDIR) ; \ - $(INSTALL) -m 700 ./$$plug/ec_$$plug.so $(DESTDIR)$(PLUGDIR) ; \ |