diff options
author | cy <cy@FreeBSD.org> | 2006-03-22 02:05:18 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-03-22 02:05:18 +0800 |
commit | ee23a1cd03cf301f9c63948c34111001144afc71 (patch) | |
tree | 3fcb72ff718a097e41ead9b775f631a51ff9780b /x11 | |
parent | 8c9fa8b09c6f2227718e5008ae78c4685985cc49 (diff) | |
download | freebsd-ports-gnome-ee23a1cd03cf301f9c63948c34111001144afc71.tar.gz freebsd-ports-gnome-ee23a1cd03cf301f9c63948c34111001144afc71.tar.zst freebsd-ports-gnome-ee23a1cd03cf301f9c63948c34111001144afc71.zip |
Repair distfile fetch variables.
PR: 94795
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcut/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index de51d3a1f7a2..d0b6119b3bdc 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -9,8 +9,9 @@ PORTNAME= xcut PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://download.sourceforge.net/xcut/ \ - http://acsys.anu.edu.au/~tpot/xcut/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://acsys.anu.edu.au/~tpot/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= cy@FreeBSD.org COMMENT= Manipulate X cut buffers from the commandline |