diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 19:15:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-21 19:15:41 +0000 |
commit | ab0a43d9451b57b7b360d7996914917d225ccc72 (patch) | |
tree | 5a27acedffe9bc360fc3c775e47ec522f811c404 /graphics | |
parent | Fix WWW. (diff) |
- Fixed mastersite to fix fetch problem. The tarball was unfetchable since 2004.
PR: 90754
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=151783
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gsculpt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 770a755776e2..d6b6ea245646 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -10,7 +10,8 @@ PORTNAME= gsculpt PORTVERSION= 0.3 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://gsculpt.sourceforge.net/downloads/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= gSculpt-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org |