diff options
author | Cy Schubert <cy@FreeBSD.org> | 2006-03-21 18:05:18 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2006-03-21 18:05:18 +0000 |
commit | 023159faf34e886d7d818f8ce1c4b2da8605c7d8 (patch) | |
tree | 03ef82535c92b825d6513f205b8bfbbc685384ec /x11 | |
parent | a8fcb08c85c83daaba92f8c5b9c8bffab2c1591f (diff) | |
download | ports-023159faf34e886d7d818f8ce1c4b2da8605c7d8.tar.gz ports-023159faf34e886d7d818f8ce1c4b2da8605c7d8.zip |
Notes
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 |