diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:19:30 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:43:14 +0000 |
commit | 6b63ad0e5dfa0f47bfc0acf482b0c509807c5a61 (patch) | |
tree | d93271224d36d187acc3f86dcbce1cad93230a5a /nmap/Pkgfile | |
parent | 13b213e07a79551a318767ab25ccdc9ef81d0cae (diff) | |
download | contrib-6b63ad0e5dfa0f47bfc0acf482b0c509807c5a61.tar.gz contrib-6b63ad0e5dfa0f47bfc0acf482b0c509807c5a61.tar.xz |
nmap: corrected mandir
Diffstat (limited to 'nmap/Pkgfile')
-rw-r--r-- | nmap/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/nmap/Pkgfile b/nmap/Pkgfile index 60db6145c..5169d04b2 100644 --- a/nmap/Pkgfile +++ b/nmap/Pkgfile @@ -6,13 +6,13 @@ name=nmap version=7.80 -release=1 -source=(http://nmap.org/dist/$name-$version.tar.bz2) +release=2 +source=(https://nmap.org/dist/$name-$version.tar.bz2) build () { cd $name-$version - ./configure --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/man \ + ./configure --prefix=/usr --libexecdir=/usr/lib \ --with-libpcre=included --with-liblua=included \ --without-zenmap --without-ndiff --disable-nls \ --without-nmap-update @@ -21,5 +21,4 @@ build () { make DESTDIR=$PKG install rm -f $PKG/usr/share/nmap/nselib/data/psexec/README - } |