diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-01 07:27:43 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-01 07:27:43 +0000 |
commit | a1d105f807cf9075090cbe81bcebb500e09b10d1 (patch) | |
tree | 782c972d2fbbc28232ff5e79e0aac4248cecf206 /security/nmap | |
parent | update math/ploticus: (diff) |
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Revive a missed patch. This is not a function improvement or program update
for the port itself, so no need to bump PORTREVISION.
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/files/patch-Makefile.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/nmap/files/patch-Makefile.in b/security/nmap/files/patch-Makefile.in new file mode 100644 index 000000000000..65f57295798d --- /dev/null +++ b/security/nmap/files/patch-Makefile.in @@ -0,0 +1,28 @@ +--- Makefile.in.orig Fri Mar 9 22:25:19 2001 ++++ Makefile.in Sun May 27 17:49:17 2001 +@@ -9,14 +9,14 @@ + mandir = @mandir@ + srcdir = @srcdir@ + nmapdatadir = @datadir@/nmap +-deskdir = $(prefix)/share/gnome/apps/Utilities ++deskdir = $(X11BASE)/share/gnome/apps/Utilities + + NBASEDIR=@NBASEDIR@ + CC = @CC@ + CXX = @CXX@ + CCOPT = + LIBPCAPDIR = @libpcapdir@ +-INCLS = -I$(LIBPCAPDIR) ++#INCLS = -I$(LIBPCAPDIR) + DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\" + # For mtrace debugging -- see MTRACE define in main.cc for instructions + # Should only be enabled during debugging and not in any real release. +@@ -200,7 +200,7 @@ + $(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS) + + install-nmap: $(TARGET) +- $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir) ++ $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) + $(INSTALL) -c -m 755 nmap $(bindir)/nmap + $(INSTALL) -c -m 644 docs/$(TARGET).1 $(mandir)/man1/$(TARGET).1 + $(INSTALL) -c -m 644 nmap-os-fingerprints $(nmapdatadir)/nmap-os-fingerprints |