diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-29 13:36:38 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-29 13:36:38 +0000 |
commit | 802fa422e1d6eaa1238727dd254d0899a68ac51c (patch) | |
tree | 125d66a7b1cae3569f015c4e1455e2700a345a48 /graphics/tulip | |
parent | o df(1) output should be on 1Megabyte scale rather than on 512-byte (diff) |
Fix mastersites
PR: 91055
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=152350
Diffstat (limited to 'graphics/tulip')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 75cf7e4e5531..5b45b7ede4d5 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -10,7 +10,7 @@ PORTNAME= tulip PORTVERSION= 1.2.5 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/x345/%SUBDIR%/ +MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |