aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6calc/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-02-12 20:10:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-02-12 20:10:11 +0000
commit3cad625d5e8d4dd4a39772c178931a496e1968bc (patch)
treee02a12dbd6b6eac29ef0ae972cf064a7d1c23ebd /net-mgmt/ipv6calc/files
parentb27b2a59f4e1a8832ec9e92e8b5636db74413256 (diff)
downloadports-3cad625d5e8d4dd4a39772c178931a496e1968bc.tar.gz
ports-3cad625d5e8d4dd4a39772c178931a496e1968bc.zip
Notes
Diffstat (limited to 'net-mgmt/ipv6calc/files')
-rw-r--r--net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile11
-rw-r--r--net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in11
2 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile b/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile
new file mode 100644
index 000000000000..7504d3b602b0
--- /dev/null
+++ b/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile
@@ -0,0 +1,11 @@
+--- ipv6calc/Makefile.orig Mon Feb 13 07:07:30 2006
++++ ipv6calc/Makefile Mon Feb 13 07:07:34 2006
+@@ -35,7 +35,7 @@
+ $(OBJS): ipv6calc.h showinfo.h
+
+ libipv6calc.a:
+- cd ../ && make lib-make
++ cd ../ && ${MAKE} lib-make
+
+ ipv6calc: $(OBJS) libipv6calc.a ../lib/ipv6calcoptions.h
+ $(CC) -o ipv6calc $(OBJS) $(GETOBJS) -lipv6calc -L../lib/ $(LDFLAGS)
diff --git a/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in b/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in
new file mode 100644
index 000000000000..539f20b4fbbe
--- /dev/null
+++ b/net-mgmt/ipv6calc/files/patch-ipv6calc__Makefile.in
@@ -0,0 +1,11 @@
+--- ipv6calc/Makefile.in.orig Mon Feb 13 07:07:21 2006
++++ ipv6calc/Makefile.in Mon Feb 13 07:07:28 2006
+@@ -35,7 +35,7 @@
+ $(OBJS): ipv6calc.h showinfo.h
+
+ libipv6calc.a:
+- cd ../ && make lib-make
++ cd ../ && ${MAKE} lib-make
+
+ ipv6calc: $(OBJS) libipv6calc.a ../lib/ipv6calcoptions.h
+ $(CC) -o ipv6calc $(OBJS) $(GETOBJS) -lipv6calc -L../lib/ $(LDFLAGS)