summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-05-12 19:37:31 +0400
committerVlad Glagolev2011-05-12 19:37:31 +0400
commit59ef7f9c0a3cdd2883f1690e941963f79fffc685 (patch)
treeb60f331aecfdef962909c9b6591bee9a94e1142f
parent1252069569ecd16cb18c6582dd20d5174c26b5fd (diff)
nc: conflict with netcat
-rwxr-xr-xnet/nc/CONFLICTS1
-rw-r--r--net/nc/HISTORY4
-rwxr-xr-xnet/nc/INSTALL2
3 files changed, 6 insertions, 1 deletions
diff --git a/net/nc/CONFLICTS b/net/nc/CONFLICTS
new file mode 100755
index 0000000000..9a5c6cd9b2
--- /dev/null
+++ b/net/nc/CONFLICTS
@@ -0,0 +1 @@
+conflicts netcat
diff --git a/net/nc/HISTORY b/net/nc/HISTORY
index 2d2ca87add..b8b527a3f1 100644
--- a/net/nc/HISTORY
+++ b/net/nc/HISTORY
@@ -1,3 +1,7 @@
+2011-05-12 Vlad Glagolev <stealth@sourcemage.org>
+ * CONFLICTS: added, to conflict with netcat
+ * INSTALL: use `install' and INSTALL_ROOT
+
2011-04-17 Thomas Orgis <sobukus@sourcemage.org>
* CONFLICTS: does not conflict with nedit anymore since years
diff --git a/net/nc/INSTALL b/net/nc/INSTALL
index 92993431a3..4bc2eab977 100755
--- a/net/nc/INSTALL
+++ b/net/nc/INSTALL
@@ -1 +1 @@
- cp nc /usr/bin/nc
+install -vm 755 nc "$INSTALL_ROOT/usr/bin/nc"