diff options
Diffstat (limited to 'security/nmap/files/patch-Makefile.in')
-rw-r--r-- | security/nmap/files/patch-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/nmap/files/patch-Makefile.in b/security/nmap/files/patch-Makefile.in index 71329760543e..04b1646d2fcb 100644 --- a/security/nmap/files/patch-Makefile.in +++ b/security/nmap/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2008-01-24 02:36:01.000000000 +0100 -+++ Makefile.in 2008-04-13 16:48:40.000000000 +0200 -@@ -11,7 +11,7 @@ +--- Makefile.in.orig 2009-06-24 23:35:54.000000000 +0200 ++++ Makefile.in 2009-07-03 19:32:31.000000000 +0200 +@@ -10,7 +10,7 @@ + mandir = @mandir@ srcdir = @srcdir@ - nmaplibexecdir = @libexecdir@/nmap nmapdatadir = @datadir@/nmap -deskdir = $(prefix)/share/applications +deskdir = $(LOCALBASE)/share/applications - NMAPDEVDIR=~/nmap-dev + NMAPDEVDIR=~/nmap-private-dev export NBASEDIR=@NBASEDIR@ |