diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:14:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:14:22 +0000 |
commit | f40af968dd050e8aa0e27d6911ba8b1061327c9d (patch) | |
tree | d41325faf679493e52563a35add71952043fe970 /net/htpdate | |
parent | 3d06d44ab5d4c1aaad46132650d3a83cd4331ebc (diff) | |
download | freebsd-ports-f40af968dd050e8aa0e27d6911ba8b1061327c9d.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support CC/CFLAGS properly
PR: 160128
Submitted by: Ports Fury
Diffstat (limited to 'net/htpdate')
-rw-r--r-- | net/htpdate/Makefile | 19 | ||||
-rw-r--r-- | net/htpdate/pkg-descr | 2 |
2 files changed, 12 insertions, 9 deletions
diff --git a/net/htpdate/Makefile b/net/htpdate/Makefile index ccc8a74a3dca..b04048a8b881 100644 --- a/net/htpdate/Makefile +++ b/net/htpdate/Makefile @@ -7,24 +7,25 @@ PORTNAME= htpdate PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= net ipv6 -MASTER_SITES= http://www.clevervest.com/htp/archive/c/ +MASTER_SITES= http://www.clevervest.com/htp/archive/c/ \ + http://twekkel.home.xs4all.nl/htp/ MAINTAINER= ports@FreeBSD.org COMMENT= Time synchronization over http utility -BROKEN= does not fetch +LICENSE= GPLv2 # (or later) USE_BZIP2= yes +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" -MANCOMPRESSED= no -NO_MANCOMPRESS= yes -MAN8= htpdate.8.gz - -PLIST_FILES= bin/htpdate +MANCOMPRESSED= yes +MAN8= ${PORTNAME}.8 +PLIST_FILES= bin/${PORTNAME} do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/htpdate ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz ${MAN8PREFIX}/man/man8 .include <bsd.port.mk> diff --git a/net/htpdate/pkg-descr b/net/htpdate/pkg-descr index f503c58173b5..3f8c4339c00b 100644 --- a/net/htpdate/pkg-descr +++ b/net/htpdate/pkg-descr @@ -5,3 +5,5 @@ in web servers responses. Htpdate can be used as a daemon, to keep your computer synchronized. Accuracy of htpdate is usually better than 0.5 seconds (even better with multiple servers). Htpdate can also work through http proxy. + +WWW: http://www.clevervest.com/htp/ |