kiss-mfavila-large/ports/unofficial/stable/nmap/build

9 lines
101 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--without-zenmap
make
make DESTDIR="$1" install