kiss-mfavila-large/ports/nmap/build

9 lines
110 B
Plaintext
Raw Normal View History

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