diff options
author | kris <kris@FreeBSD.org> | 2002-10-13 09:43:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-13 09:43:52 +0800 |
commit | 66b5f3c6e4dac96837f357fcd9f13b7b23808ddf (patch) | |
tree | 2f3400ffd35cbaa6b2ec55d8d915cb31c187669f /graphics | |
parent | 8e0892624e1a79eb157b109f3de06178b55baedd (diff) | |
download | freebsd-ports-gnome-66b5f3c6e4dac96837f357fcd9f13b7b23808ddf.tar.gz freebsd-ports-gnome-66b5f3c6e4dac96837f357fcd9f13b7b23808ddf.tar.zst freebsd-ports-gnome-66b5f3c6e4dac96837f357fcd9f13b7b23808ddf.zip |
Replace stale bare sourceforge URL with ${MASTER_SITE_SOURCEFORGE}
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tgif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index fa38724af6e5..a197708dbc9c 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 4.1.42 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/ \ http://groups.yahoo.com/group/tgif4-announce/files/ \ - http://prdownloads.sourceforge.net/tgif/ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=tgif DISTNAME= ${PORTNAME}-QPL-${PORTVERSION} MAINTAINER= bmc@WillsCreek.COM |