mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
Introduce nmap development port. The development branch includes prerequisite updates including the pcre2 replacement of pcre. This port tracks the nmap/nmap github repo.
11 lines
317 B
Text
11 lines
317 B
Text
--- Makefile.in.orig 2020-08-27 19:13:31 UTC
|
|
+++ Makefile.in
|
|
@@ -10,7 +10,7 @@ mandir = @mandir@
|
|
top_srcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
nmapdatadir = @datadir@/nmap
|
|
-deskdir = $(prefix)/share/applications
|
|
+deskdir = $(LOCALBASE)/share/applications
|
|
NMAPDEVDIR=~/nmap-private-dev
|
|
|
|
export NBASEDIR=@NBASEDIR@
|