diff options
author | pat <pat@FreeBSD.org> | 2002-09-21 03:44:02 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-09-21 03:44:02 +0800 |
commit | 1e5e027c2d04552e517b6e939fe83db813fc5c8a (patch) | |
tree | 8f9986724d2646e12923866357a8ce13ac33a6ee /net | |
parent | 6380316025f19aac76030e8b198d522fc71719a9 (diff) | |
download | freebsd-ports-gnome-1e5e027c2d04552e517b6e939fe83db813fc5c8a.tar.gz freebsd-ports-gnome-1e5e027c2d04552e517b6e939fe83db813fc5c8a.tar.zst freebsd-ports-gnome-1e5e027c2d04552e517b6e939fe83db813fc5c8a.zip |
Update to 0.4
Diffstat (limited to 'net')
-rw-r--r-- | net/gkrellmqst/Makefile | 2 | ||||
-rw-r--r-- | net/gkrellmqst/distinfo | 2 | ||||
-rw-r--r-- | net/gkrellmqst/files/patch-Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/gkrellmqst/Makefile b/net/gkrellmqst/Makefile index 5abd1a95df1a..4cac37b48438 100644 --- a/net/gkrellmqst/Makefile +++ b/net/gkrellmqst/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gkrellmqst -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= net games MASTER_SITES= http://tadpol.org/unxware/ DISTNAME= gkrellm_qst-${PORTVERSION:S/.p/pre_/} diff --git a/net/gkrellmqst/distinfo b/net/gkrellmqst/distinfo index b6e3f6226dca..8c0c28645505 100644 --- a/net/gkrellmqst/distinfo +++ b/net/gkrellmqst/distinfo @@ -1 +1 @@ -MD5 (gkrellm_qst-0.3.tar.gz) = c8ea91395b4ef33a2b63b80c569f8313 +MD5 (gkrellm_qst-0.4.tar.gz) = c616e6d5afc9e6a93a21b7eaf62aab3e diff --git a/net/gkrellmqst/files/patch-Makefile b/net/gkrellmqst/files/patch-Makefile index d1d68f48fb2e..9102284854f8 100644 --- a/net/gkrellmqst/files/patch-Makefile +++ b/net/gkrellmqst/files/patch-Makefile @@ -23,7 +23,7 @@ -INSTALLDIR = $(DESTDIR)/$(PLUGINDIR) +INSTALLDIR = $(PREFIX)/libexec/gkrellm/plugins - VERSION=0.3 + VERSION=0.4 -CC ?= gcc CFLAGS += $(FLAGS) -DVERSION=\"$(VERSION)\" |