diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-08 02:38:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-08 02:38:08 +0800 |
commit | 6fe175fc7ca96c7d5773408278682e540c89bcfc (patch) | |
tree | d1e1e4c49b11efe4b5f46217a463e97d7c0ec02b /security | |
parent | b4f349df9a4a57e91ad0a71f0e2f72cb1dcc2093 (diff) | |
download | freebsd-ports-gnome-6fe175fc7ca96c7d5773408278682e540c89bcfc.tar.gz freebsd-ports-gnome-6fe175fc7ca96c7d5773408278682e540c89bcfc.tar.zst freebsd-ports-gnome-6fe175fc7ca96c7d5773408278682e540c89bcfc.zip |
While the previous patch worked, this is a fresh one generated from
this version's sources.
Diffstat (limited to 'security')
-rw-r--r-- | security/nmap/files/patch-aa | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa index c18d03d76af3..c6ae507e67fa 100644 --- a/security/nmap/files/patch-aa +++ b/security/nmap/files/patch-aa @@ -1,11 +1,12 @@ ---- Makefile.in.orig Mon May 1 19:17:38 2000 -+++ Makefile.in Thu May 4 16:42:44 2000 -@@ -16 +16 @@ --INCLS = -I. -I$(LIBPCAPDIR) -+INCLS = -I. # -I$(LIBPCAPDIR) -@@ -41 +41 @@ --$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) -+$(TARGET): $(DEPS) $(OBJS) -@@ -144 +144 @@ +--- Makefile.in.orig Fri Mar 9 22:25:19 2001 ++++ Makefile.in Sat Apr 7 11:28:49 2001 +@@ -17,3 +17,3 @@ + 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)\" +@@ -173,3 +173,3 @@ + install: $(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 |