summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisamuel Resto2008-04-02 05:50:37 -0400
committerEric Sandall2008-04-03 17:11:42 -0700
commitf06bd63cadb223d353c1ee949c728c30053d5a4a (patch)
tree68b7c3f9ba64811b6c83d365c9cd65fd089703b3
parent2b01228a7c2ce6956ee066e19a35fa5f2b8aeeaa (diff)
net/pump: install pump into /sbin
(cherry picked from commit a52eaaa571f07a440cdad381ee4938c07c04c7d3)
-rw-r--r--net/pump/HISTORY1
-rwxr-xr-xnet/pump/INSTALL2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/pump/HISTORY b/net/pump/HISTORY
index 435b3adbc9..e989ab5b7b 100644
--- a/net/pump/HISTORY
+++ b/net/pump/HISTORY
@@ -1,6 +1,7 @@
2008-04-02 Elisamuel Resto <ryuji@sourcemage.org>
* DEPENDS: newt is not needed (inserted when testing make targets)
* INSTALL: nothing but the .mo files were installing, fixed.
+ install pump to /sbin
2008-03-29 Elisamuel Resto <ryuji@sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/net/pump/INSTALL b/net/pump/INSTALL
index b261aab0a0..b1eae23ff7 100755
--- a/net/pump/INSTALL
+++ b/net/pump/INSTALL
@@ -1,5 +1,5 @@
make_single &&
-install -v -m 755 pump ${INSTALL_ROOT}/usr/sbin/pump &&
+install -v -m 755 pump ${INSTALL_ROOT}/sbin/pump &&
install -v -m 644 pump.8 ${INSTALL_ROOT}/usr/share/man/man8 &&
install -v -m 644 libpump.a ${INSTALL_ROOT}/usr/lib &&
install -v -m 644 pump.h ${INSTALL_ROOT}/usr/include &&