aboutsummaryrefslogtreecommitdiff
path: root/net/httping/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-10-18 12:31:16 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-10-18 12:31:16 +0000
commit56d1842d2fb96aabf57ecccc06dd6e30d3e0681e (patch)
tree462b8032cc263c8dc527df2540325052645d2ba3 /net/httping/files
parent3b321deb963e91f356614837ca02279513e5c805 (diff)
downloadports-56d1842d2fb96aabf57ecccc06dd6e30d3e0681e.tar.gz
ports-56d1842d2fb96aabf57ecccc06dd6e30d3e0681e.zip
Update to 1.5.5
Feature safe: yes
Notes
Notes: svn path=/head/; revision=306066
Diffstat (limited to 'net/httping/files')
-rw-r--r--net/httping/files/patch-Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/net/httping/files/patch-Makefile b/net/httping/files/patch-Makefile
index 5fea465673b5..eaecec44cf31 100644
--- a/net/httping/files/patch-Makefile
+++ b/net/httping/files/patch-Makefile
@@ -1,18 +1,19 @@
---- ./Makefile.orig 2012-04-23 19:24:50.000000000 +0200
-+++ ./Makefile 2012-05-01 12:47:27.000000000 +0200
-@@ -16,10 +16,11 @@
+--- ./Makefile.orig 2012-10-18 14:26:39.000000000 +0200
++++ ./Makefile 2012-10-18 14:27:54.000000000 +0200
+@@ -16,13 +16,11 @@
TARGET=httping
-DEBUG=yes
-WFLAGS=-Wall -W
--OFLAGS=-O2
--CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g
+-OFLAGS=-O3
+-CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
+DEBUG=no
-+#WFLAGS=-Wall -W
-+#OFLAGS=-O2
-+#CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -g
+CFLAGS+=-DVERSION=\"$(VERSION)\"
PACKAGE=$(TARGET)-$(VERSION)
- PREFIX=/usr
+-PREFIX=/usr
++PREFIX?=/usr
+ BINDIR=$(PREFIX)/bin
+ MANDIR=$(PREFIX)/share/man
+ DOCDIR=$(PREFIX)/share/doc/$(TARGET)