aboutsummaryrefslogtreecommitdiffstats
path: root/comms/minicom/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-02-01 19:40:07 +0800
committerobrien <obrien@FreeBSD.org>2000-02-01 19:40:07 +0800
commit44205678f162ade30211c0822e373b052e9e9f5a (patch)
tree75789c80fc98858a5908876ccb4b2646abdb6e2f /comms/minicom/files
parent20f3e4a2379772f213c124c223f19146fb3b98a0 (diff)
downloadfreebsd-ports-gnome-44205678f162ade30211c0822e373b052e9e9f5a.tar.gz
freebsd-ports-gnome-44205678f162ade30211c0822e373b052e9e9f5a.tar.zst
freebsd-ports-gnome-44205678f162ade30211c0822e373b052e9e9f5a.zip
Upgrade to version 1.83.0.
Diffstat (limited to 'comms/minicom/files')
-rw-r--r--comms/minicom/files/patch-aa27
1 files changed, 15 insertions, 12 deletions
diff --git a/comms/minicom/files/patch-aa b/comms/minicom/files/patch-aa
index 6cbe0e9415a8..682fc7c15511 100644
--- a/comms/minicom/files/patch-aa
+++ b/comms/minicom/files/patch-aa
@@ -1,7 +1,7 @@
---- Makefile.orig Sat Jul 25 12:05:46 1998
-+++ Makefile Wed Apr 14 10:04:18 1999
+--- Makefile.orig Sun Oct 24 10:30:09 1999
++++ Makefile Tue Feb 1 03:01:19 2000
@@ -22,10 +22,10 @@
- #
+ # enochw@scn.org Oct 99: flags for UWIN 2.0 (Unix for Windows)
# Where to install things for Linux sites (FSSTND)
-BINDIR = /usr/bin
@@ -66,7 +66,7 @@
#CC = cc
# Take these flags for SCO unix.
-@@ -178,7 +178,7 @@
+@@ -185,7 +185,7 @@
SOBJS = script.o sysdep1.o common.o
# fmg 8/22/97: merge in new OPFLAGS...
@@ -75,27 +75,30 @@
R = $(ROOTDIR)
-@@ -188,7 +188,7 @@
+@@ -195,7 +195,7 @@
$(CC) $(LFLAGS) -o minicom $(MOBJS) $(LIBS)
po: dummy
-- make -C po
-+ ## cd po ; $(MAKE)
+- $(MAKE) -C po
++ ## cd po ; $(MAKE)
keyserv: $(KOBJS)
$(CC) -o keyserv $(LFLAGS) $(KOBJS) $(LIBS)
-@@ -241,12 +241,12 @@
+@@ -248,7 +248,7 @@
dummy:
install: $(PROGS)
-- make -C po install R=$(R)
-+ ## cd po ; $(MAKE) install R=$(R)
+- $(MAKE) -C po install R=$(R)
++ ## cd po ; $(MAKE) install R=$(R)
sh install.sh $(R)$(LIBDIR) $(R)$(BINDIR) $(R)$(MANDIR) $(R)$(DOCDIR)
+ install2: $(PROGS)
+@@ -256,7 +256,7 @@
+
clobber:
rm -f *.o *~ minicom keyserv runscript ascii-xfr
-- make -C po clean
-+ ## cd po ; $(MAKE) clean
+- $(MAKE) -C po clean
++ ## cd po ; $(MAKE) clean
clean:
rm -f *.o