diff options
author | miwi <miwi@FreeBSD.org> | 2011-08-26 12:14:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-08-26 12:14:22 +0800 |
commit | 3f69ef19f309e7ed38be70be1eeed7843bebfb0d (patch) | |
tree | 670fd731d07ba67ed2b066575020cc176d837985 /net/htpdate | |
parent | c3a2c2b935cbdb1983b25a89dd299652f5d96a5d (diff) | |
download | freebsd-ports-gnome-3f69ef19f309e7ed38be70be1eeed7843bebfb0d.tar.gz freebsd-ports-gnome-3f69ef19f309e7ed38be70be1eeed7843bebfb0d.tar.zst freebsd-ports-gnome-3f69ef19f309e7ed38be70be1eeed7843bebfb0d.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/ |