diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:39:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:39:37 +0000 |
commit | d99dd57e8914358fbac01603f77e98307b8060ce (patch) | |
tree | 04bcce22406a985d12ee47ca354e918b4326fd32 /x11/xcut | |
parent | 7a0548af2a592814b21d4ada5d2e203b5eb59ea3 (diff) |
Notes
Diffstat (limited to 'x11/xcut')
-rw-r--r-- | x11/xcut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xcut/Makefile b/x11/xcut/Makefile index 8879cd65ddde..629c750a6326 100644 --- a/x11/xcut/Makefile +++ b/x11/xcut/Makefile @@ -9,9 +9,9 @@ PORTNAME= xcut PORTVERSION= 0.2 PORTREVISION= 3 CATEGORIES= x11 -MASTER_SITES= SF \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \ http://acsys.anu.edu.au/~tpot/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} + MAINTAINER= cy@FreeBSD.org COMMENT= Manipulate X cut buffers from the commandline |