diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-27 05:11:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-27 05:11:50 +0000 |
commit | ae62b5bca67f01036897699022e4c8e133acf2b2 (patch) | |
tree | 82af205e74612eef199f946fe3c5a239131c0938 /x11 | |
parent | a9134a5c34614c969049ae14c45b97907e538ae7 (diff) | |
download | ports-ae62b5bca67f01036897699022e4c8e133acf2b2.tar.gz ports-ae62b5bca67f01036897699022e4c8e133acf2b2.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wterm/Makefile | 3 | ||||
-rw-r--r-- | x11/wterm/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 9377da469c35..0bcfdbb060f1 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -9,7 +9,8 @@ PORTNAME= wterm PORTVERSION= 6.2.9 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://largo.windowmaker.org/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= adam-ports@blacktabby.org COMMENT= A color vt102 terminal emulator with transparency support diff --git a/x11/wterm/pkg-descr b/x11/wterm/pkg-descr index ff27c042fe86..6848b76bd4f3 100644 --- a/x11/wterm/pkg-descr +++ b/x11/wterm/pkg-descr @@ -4,6 +4,6 @@ other additions. Unlike many other efforts, wterm aims to have its changed merged back into the parent rxvt rather than forking off yet another seperate terminal emulator. -WWW: http://largo.windowmaker.org/files.php#wterm +WWW: http://www.wterm.org -Adam <adam-ports@blacktabby.org> |