diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-07-27 19:48:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-07-27 19:48:05 +0000 |
commit | 564e9258eac3f05d2bcb868ec1ac8d117127c81d (patch) | |
tree | d720f90f8d0315ec690978293c1c329450812a73 /net/httping/Makefile | |
parent | bc31fc84dad093544f3b956557378924bdde95f7 (diff) |
Notes
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r-- | net/httping/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 95ea9e02b5c5..e650a39c2fe6 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httping -PORTVERSION= 1.4.4 +PORTVERSION= 1.5.1 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ \ CRITICAL @@ -21,16 +21,10 @@ MAKE_JOBS_SAFE= yes MAN1= httping.1 PLIST_FILES= bin/httping -.include <bsd.port.pre.mk> - -.if(${OSVERSION} >= 701101) CFLAGS+= -D_GNU_SOURCE -.else -EXTRA_PATCHES= ${FILESDIR}/extrapatch-mssl.c -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |