aboutsummaryrefslogtreecommitdiff
path: root/net/httping/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-11-14 13:13:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-11-14 13:13:06 +0000
commitdd7ea5258db972dcfe87a10d2bc7dc971338110d (patch)
tree17eb82c540d1788ee8cea7fa236849deacb8e75c /net/httping/Makefile
parentfe02b25fe459e0134089ea92af5f753bd1c9e840 (diff)
downloadports-dd7ea5258db972dcfe87a10d2bc7dc971338110d.tar.gz
ports-dd7ea5258db972dcfe87a10d2bc7dc971338110d.zip
- Update to 1.0.8
- Provide a manpage
Notes
Notes: svn path=/head/; revision=148232
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r--net/httping/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index f091a1d0dfeb..bbd7b531f3e3 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= httping
-PORTVERSION= 1.0.7
+PORTVERSION= 1.0.8
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/ \
${MASTER_SITE_LOCAL}
@@ -20,6 +20,7 @@ CFLAGS+= -DVERSION=\"${PORTVERSION}\"
LDFLAGS+= -lssl -lcrypto
SRC= http io str error utils main tcp mssl res
+MAN1= httping.1
PLIST_FILES= bin/httping
do-build:
@@ -31,5 +32,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>