kiss-mfavila-large/ports/nmap/build

9 lines
110 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-05-11 04:07:37 +00:00
./configure \
--prefix=/usr \
--without-zenmap
make
make DESTDIR="$1" install