summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisamuel Resto2008-04-02 04:15:28 -0400
committerEric Sandall2008-04-03 17:11:34 -0700
commit2b01228a7c2ce6956ee066e19a35fa5f2b8aeeaa (patch)
treef32d1d3f68add60149ba405ededcf20313696461
parentdee207d47d8f9fc85cc51c74b4fc24b89675f0e5 (diff)
net/pump: nothing but the .mo files were installing, fixed.
(cherry picked from commit 988f87eb42d6e100a752aa793959c8a95c5720b4)
-rw-r--r--net/pump/HISTORY1
-rwxr-xr-xnet/pump/INSTALL6
2 files changed, 6 insertions, 1 deletions
diff --git a/net/pump/HISTORY b/net/pump/HISTORY
index 2115d06066..435b3adbc9 100644
--- a/net/pump/HISTORY
+++ b/net/pump/HISTORY
@@ -1,5 +1,6 @@
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.
2008-03-29 Elisamuel Resto <ryuji@sourcemage.org>
* DEPENDS, DETAILS: spell created
diff --git a/net/pump/INSTALL b/net/pump/INSTALL
index dfe130e851..b261aab0a0 100755
--- a/net/pump/INSTALL
+++ b/net/pump/INSTALL
@@ -1,3 +1,7 @@
make_single &&
-make -C po install datadir="${INSTALL_ROOT}/usr/share/" &&
+install -v -m 755 pump ${INSTALL_ROOT}/usr/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 &&
+make -C po datadir="${INSTALL_ROOT}/usr/share/" &&
make_normal