From e531baf8c1ed5ec4054de6524dcd3eea7176679f Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Sun, 27 Feb 2000 08:56:20 +0000 Subject: PLIST related fixes. --- security/nmap/files/patch-aa | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'security/nmap/files/patch-aa') diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa index a8d615d30257..4d829c6a8f59 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 -- cgit v1.2.3