aboutsummaryrefslogtreecommitdiffstats
path: root/net/httping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r--net/httping/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index 779c6df7eb3c..92a9b86af42e 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= httping
-PORTVERSION= 1.6
+PORTVERSION= 2.0
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/ \
CRITICAL
@@ -17,8 +17,6 @@ MAKE_JOBS_SAFE= yes
MAN1= httping.1
PLIST_FILES= bin/httping
-CFLAGS+= -D_GNU_SOURCE
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1