summaryrefslogtreecommitdiff
path: root/nmap
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2009-07-19 23:45:58 +0200
committerThomas Penteker <tek@serverop.de>2009-07-19 23:45:58 +0200
commit89b4ba1e2c0033b87a27ae0865171524dde0baf9 (patch)
tree731f4fbd658f4835e41bf5a7b8ccc793f8faf9bc /nmap
parentfd8dcfe8473d0988b5580345f568f5e4bbfaa72b (diff)
downloadcontrib-89b4ba1e2c0033b87a27ae0865171524dde0baf9.tar.gz
contrib-89b4ba1e2c0033b87a27ae0865171524dde0baf9.tar.xz
nmap: disable the building of ndiff
Diffstat (limited to 'nmap')
-rw-r--r--nmap/.footprint4
-rw-r--r--nmap/Pkgfile3
2 files changed, 2 insertions, 5 deletions
diff --git a/nmap/.footprint b/nmap/.footprint
index 78ec398ba..81ff242a9 100644
--- a/nmap/.footprint
+++ b/nmap/.footprint
@@ -1,16 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ncat
--rwxr-xr-x root/root usr/bin/ndiff
-rwxr-xr-x root/root usr/bin/nmap
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ncat.1.gz
-rw-r--r-- root/root usr/man/man1/nmap.1.gz
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/ndiff.1.gz
drwxr-xr-x root/root usr/share/ncat/
-rw-r--r-- root/root usr/share/ncat/ca-bundle.crt
drwxr-xr-x root/root usr/share/nmap/
diff --git a/nmap/Pkgfile b/nmap/Pkgfile
index 817407556..32ababbef 100644
--- a/nmap/Pkgfile
+++ b/nmap/Pkgfile
@@ -13,7 +13,8 @@ build () {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/man \
--with-libpcre=included --with-liblua=included \
- --with-libpcap=included --without-zenmap
+ --with-libpcap=included --without-zenmap \
+ --without-ndiff
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/man/man1/zenmap.*

Generated by cgit