diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
commit | a9f22cd5841fc7f59c12a2717351ba54b6383335 (patch) | |
tree | 678eb1267f83cca661645841d57f08cb4fa522c0 /x11-wm/ude | |
parent | Downgrade the sml-nj port to the current `release' version v110.0.6. The (diff) |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'x11-wm/ude')
-rw-r--r-- | x11-wm/ude/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile index 4c6433a8cb7c..0843b98f6c1e 100644 --- a/x11-wm/ude/Makefile +++ b/x11-wm/ude/Makefile @@ -8,8 +8,9 @@ PORTNAME= ude PORTVERSION= 0.2.7.1 CATEGORIES= x11-wm -MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/udeproject/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ude.the-coffeeshop.dk/pub/UDE/ +MASTER_SITE_SUBDIR= udeproject DISTNAME= ${PORTNAME}-0.2.7-BETA MAINTAINER= will@FreeBSD.org |