diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-07-07 21:04:06 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-07-07 21:04:06 +0000 |
commit | 14641a39f9f5c0f23d3d9c23f6e147859e1dcfac (patch) | |
tree | 89e36fb9ac0837c7e5b3600ffe6f99396642c502 /astro/openuniverse | |
parent | Update to 2.5.3 beta (diff) |
The distfile is on at least three of the MASTER_SITE_SOURCEFORGE
servers, so use that macro.
Submitted by: Tilman Linneweh
Notes
Notes:
svn path=/head/; revision=62610
Diffstat (limited to 'astro/openuniverse')
-rw-r--r-- | astro/openuniverse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 99a3d59ee36d..7f00b2403985 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -8,7 +8,8 @@ PORTNAME= openuniverse PORTVERSION= 1.0.b3 CATEGORIES= astro -MASTER_SITES= http://download.sourceforge.net/openuniverse/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= openuniverse DISTNAME= ${PORTNAME}-1.0beta3 MAINTAINER= trevor@FreeBSD.org |