diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-01-15 08:54:42 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-01-15 08:54:42 +0000 |
commit | 7c8eb11acbf8f712da26360467a87bb85fd8f2e8 (patch) | |
tree | 4263f5f419831e8a6a82ea30c285e5371f979cfc /sysutils/gkrellm | |
parent | 2c2a194927002c913fad3547ab315455f6b792cb (diff) |
Notes
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r-- | sysutils/gkrellm/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gkrellm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gkrellm/pkg-plist | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index 0cc70fcdbcfa..21e513fb7300 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gkrellm -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils ipv6 MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \ ${MASTER_SITE_LOCAL} @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_IMLIB= yes USE_GMAKE= yes -INCLUDES= gkrellm.h gkrellm_public_proto.h gkrellm_private_proto.h +INCLUDES= gkrellm.h gkrellm_public_proto.h DOCS= COPYRIGHT README Themes.html # You should aware that GKrellM must be setuid root to obtain diff --git a/sysutils/gkrellm/distinfo b/sysutils/gkrellm/distinfo index 93b9cb9a2bab..831a653aef5c 100644 --- a/sysutils/gkrellm/distinfo +++ b/sysutils/gkrellm/distinfo @@ -1 +1 @@ -MD5 (gkrellm-1.0.3.tar.gz) = bbaf798029a1ffef795a36ce74a0efec +MD5 (gkrellm-1.0.4.tar.gz) = a394e708c88f02d4baf2f21f426c5e7d diff --git a/sysutils/gkrellm/pkg-plist b/sysutils/gkrellm/pkg-plist index 7856db2064d0..c2249d8e731f 100644 --- a/sysutils/gkrellm/pkg-plist +++ b/sysutils/gkrellm/pkg-plist @@ -1,7 +1,6 @@ bin/gkrellm include/gkrellm/gkrellm.h include/gkrellm/gkrellm_public_proto.h -include/gkrellm/gkrellm_private_proto.h @dirrm include/gkrellm @exec mkdir -p %D/libexec/gkrellm/plugins @dirrm libexec/gkrellm/plugins @@ -13,4 +12,3 @@ share/doc/gkrellm/COPYRIGHT share/doc/gkrellm/README share/doc/gkrellm/Themes.html @dirrm share/doc/gkrellm -@dirrm include/gkrellm |