diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-06-18 19:25:56 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2000-06-18 19:25:56 +0000 |
commit | 9816a9e690f46ef1182f164c3cb88aab4f27ad40 (patch) | |
tree | 30c9a8581a9bfc279487113b2ba30f7dbb8081fd /sysutils/gkrellm | |
parent | Favor the FTP protocol over the HTTP one for MASTER_SITE_SOURCEFORGE. (diff) |
Use ${MASTER_SITE_LOCAL} instead of hard coded location.
Notes
Notes:
svn path=/head/; revision=29679
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r-- | sysutils/gkrellm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index d55e9dd59229..71a586caffb8 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -9,7 +9,8 @@ PORTNAME= gkrellm PORTVERSION= 0.9.10 CATEGORIES= sysutils ipv6 MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/ume/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ume MAINTAINER= ume@FreeBSD.org |