diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-09-20 19:44:02 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-09-20 19:44:02 +0000 |
commit | 51fbc4440b4b430ce072e73ecef8808c734a33fd (patch) | |
tree | 7305b720c8ca0d25ef7ba823b4c7487a3dae59d4 /net | |
parent | 435d95052da7bffc5d03e4897259f32cc44e9738 (diff) | |
download | freebsd-ports-51fbc4440b4b430ce072e73ecef8808c734a33fd.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)\" |