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
commited6d023f0a403e71e8ad5917d3c22ebe794cdb95 (patch)
tree0daff0561e0e173d663eb53becadd3d66ee6bf79 /net-analyzer/nbaudit
parentnew blender (diff)
downloadhistorical-ed6d023f0a403e71e8ad5917d3c22ebe794cdb95.tar.gz
historical-ed6d023f0a403e71e8ad5917d3c22ebe794cdb95.tar.bz2
historical-ed6d023f0a403e71e8ad5917d3c22ebe794cdb95.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/nbaudit')
-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
}