diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-22 14:33:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-22 14:33:19 +0000 |
commit | 2c4f522a9bcadcc0bb7bf7d68b73f91838358c06 (patch) | |
tree | fcd23a716025bc54746f4d308529b62a5fbee34d /sysutils/gkrellm/Makefile | |
parent | b05719c3b8f05dfe2266ec4ef041968d74bd4336 (diff) | |
download | pkgsrc-2c4f522a9bcadcc0bb7bf7d68b73f91838358c06.tar.gz |
Update to 1.0.7, provided by Anthony Mallet in pkg/12446.
Changes: new man page, POP3/IMAP connections can be on non-standard port
numbers if you enter server:port instead of just the server in the config.
Bugfixes: imap checking could not handle untagged responses to LOGIN, apm
will add itself under Net/Open BSD, meminfo label initialization and
mua_is_launched fixes.
Diffstat (limited to 'sysutils/gkrellm/Makefile')
-rw-r--r-- | sysutils/gkrellm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index 67dab3b0439..7e6927c10a9 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/13 17:53:29 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/22 14:33:19 wiz Exp $ # -DISTNAME= gkrellm-1.0.6 +DISTNAME= gkrellm-1.0.7 CATEGORIES= sysutils MASTER_SITES= http://newweb.wt.net/~billw/ @@ -23,6 +23,7 @@ ALL_TARGET= netbsd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellm ${PREFIX}/bin/gkrellm + ${INSTALL_MAN} ${WRKSRC}/gkrellm.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gkrellm cd ${WRKSRC} && ${INSTALL_DATA} COPYRIGHT README Themes.html \ ${PREFIX}/share/doc/gkrellm |