aboutsummaryrefslogtreecommitdiff
path: root/net/htpdate
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-09-24 04:33:00 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-09-24 04:33:00 +0000
commitf74a45b3db5a7fbb5e734147006f040ce7630058 (patch)
treedf547c601e130fd10f62ab7df7342db9ff83ea7c /net/htpdate
parenta550534baf6a344e6563abd23b2e3892f80328dc (diff)
downloadports-f74a45b3db5a7fbb5e734147006f040ce7630058.tar.gz
ports-f74a45b3db5a7fbb5e734147006f040ce7630058.zip
Notes
Diffstat (limited to 'net/htpdate')
-rw-r--r--net/htpdate/Makefile14
-rw-r--r--net/htpdate/distinfo4
2 files changed, 8 insertions, 10 deletions
diff --git a/net/htpdate/Makefile b/net/htpdate/Makefile
index e31e26f3a9b6..8111793b2fa7 100644
--- a/net/htpdate/Makefile
+++ b/net/htpdate/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= htpdate
-PORTVERSION= 1.0.5
+PORTVERSION= 1.0.7
CATEGORIES= net ipv6
MASTER_SITES= http://www.vervest.org/htp/archive/c/ \
http://twekkel.home.xs4all.nl/htp/
@@ -16,21 +16,19 @@ USE_BZIP2= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
MANCOMPRESSED= yes
-MAN8= ${PORTNAME}.8
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz
PORTDOCS= Changelog README
USE_RC_SUBR= ${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz ${MAN8PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
diff --git a/net/htpdate/distinfo b/net/htpdate/distinfo
index c1ae48564bb7..8a8a1953035b 100644
--- a/net/htpdate/distinfo
+++ b/net/htpdate/distinfo
@@ -1,2 +1,2 @@
-SHA256 (htpdate-1.0.5.tar.bz2) = 80a714bf5222e05d88c673099ce3b1207d88db105a5ae6c761de0b2439528d73
-SIZE (htpdate-1.0.5.tar.bz2) = 16377
+SHA256 (htpdate-1.0.7.tar.bz2) = 8058ef726c4790cbd0e98962826e40bd9862e80791094090707a6d30f84a7f96
+SIZE (htpdate-1.0.7.tar.bz2) = 16589