summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2001-07-26 16:14:33 +0000
committerBruce A. Locke <blocke@gentoo.org>2001-07-26 16:14:33 +0000
commit47eb3e0368ef985fb65add50692872c627b0a3cc (patch)
treecd5934b388dff9f252842f3668f6401eeb1abccd /net-analyzer
parentnew blender (diff)
downloadgentoo-2-47eb3e0368ef985fb65add50692872c627b0a3cc.tar.gz
gentoo-2-47eb3e0368ef985fb65add50692872c627b0a3cc.tar.bz2
gentoo-2-47eb3e0368ef985fb65add50692872c627b0a3cc.zip
changed binary name to nbaudit since nat is rather confusing (packages real name is nat10 for some odd reason)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nbaudit/nbaudit-1.0.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-analyzer/nbaudit/nbaudit-1.0.ebuild b/net-analyzer/nbaudit/nbaudit-1.0.ebuild
index d5a9e2158783..24536f14532e 100644
--- a/net-analyzer/nbaudit/nbaudit-1.0.ebuild
+++ b/net-analyzer/nbaudit/nbaudit-1.0.ebuild
@@ -16,8 +16,6 @@ DEPEND=""
src_compile() {
- cd ${S}
-
mv Makefile Makefile.old
sed -e "s/# FLAGSM = -DLINUX -DSHADOW_PWD/FLAGSM = -DLINUX -DSHADOW_PWD -DNO_ASMSIGNALH/" -e "s/# LIBSM = -lshadow/LIBSM = -lshadow/" Makefile.old > Makefile
@@ -30,11 +28,12 @@ src_compile() {
}
src_install () {
- cd ${S}
- into /usr
+ mv nat nbaudit
+ dobin nbaudit
+
+ mv nat.1 nbaudit.1
+ doman nbaudit.1
- dobin nat
- doman nat.1
dodoc README COPYING
}