diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-05-05 05:08:38 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-05-05 05:08:38 +0000 |
commit | 765459dddcb42d9efc54f24c453935d669cf3111 (patch) | |
tree | 55419e3662f8fb87a3b1e54d4e5c75ca014f3602 | |
parent | 9f41b5be81e19bd73f43bfc21f4afe39fc30daec (diff) | |
download | ports-765459dddcb42d9efc54f24c453935d669cf3111.tar.gz ports-765459dddcb42d9efc54f24c453935d669cf3111.zip |
Notes
-rw-r--r-- | x11/xcut/Makefile | 3 | ||||
-rw-r--r-- | x11/xcut/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index e91bec0669d5..ba24451ec605 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -8,7 +8,8 @@ PORTNAME= xcut PORTVERSION= 0.2 CATEGORIES= x11 -MASTER_SITES= http://acsys.anu.edu.au/~tpot/xcut/ +MASTER_SITES= http://download.sourceforge.net/xcut/ \ + http://acsys.anu.edu.au/~tpot/xcut/ MAINTAINER= cy@FreeBSD.org diff --git a/x11/xcut/pkg-descr b/x11/xcut/pkg-descr index cb1b1dc0cf70..9064eefc03fb 100644 --- a/x11/xcut/pkg-descr +++ b/x11/xcut/pkg-descr @@ -2,4 +2,4 @@ xcut is a small but useful program which can take standard input and store it in the X cut buffer, and also work in reverse by writing the X cut buffer onto standard output. -WWW: http://acsys.anu.edu.au/~tpot/xcut/ +WWW: http://xcut.sourceforge.net/ |