diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/nmap/files/patch-aa | 9 | ||||
-rw-r--r-- | security/nmap/pkg-plist | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa index a8d615d..4d829c6 100644 --- a/security/nmap/files/patch-aa +++ b/security/nmap/files/patch-aa @@ -25,3 +25,12 @@ @echo Compiling nmap rm -f $@ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) +@@ -128,7 +128,7 @@ + $(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS) + + install: all +- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir) $(deskdir) ++ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(libdir) + $(INSTALL) -c -m 755 nmap $(bindir)/nmap + @echo "If the next command failes -- you cannot use the X front end" + -test -f nmapfe/nmapfe && $(INSTALL) -c -m 755 nmapfe/nmapfe $(bindir)/nmapfe && $(SHTOOL) mkln -f -s $(bindir)/nmapfe $(bindir)/xnmap && $(INSTALL) -c -m 644 nmapfe.desktop $(deskdir)/nmapfe.desktop diff --git a/security/nmap/pkg-plist b/security/nmap/pkg-plist index 1a8c513..8835273 100644 --- a/security/nmap/pkg-plist +++ b/security/nmap/pkg-plist @@ -3,3 +3,4 @@ bin/nmap share/misc/nmap-os-fingerprints share/misc/nmap-services share/misc/nmap-rpc +@dirrm share/misc |