diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-15 02:17:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-15 02:17:57 +0800 |
commit | 5fc21c24ce2a823a80088ed1b141125cfaf0bb56 (patch) | |
tree | ed8850fbe08a1c3258a0d850a930ef577e6034d1 /graphics/tulip | |
parent | 932bcda0d64e5d34c5ca8b7df6bdff3cf30fe853 (diff) | |
download | freebsd-ports-gnome-5fc21c24ce2a823a80088ed1b141125cfaf0bb56.tar.gz freebsd-ports-gnome-5fc21c24ce2a823a80088ed1b141125cfaf0bb56.tar.zst freebsd-ports-gnome-5fc21c24ce2a823a80088ed1b141125cfaf0bb56.zip |
- Change to new SFP macro
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 8995c6b1ab30..92f38dfbe431 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -9,7 +9,7 @@ PORTNAME= tulip PORTVERSION= 3.1.2 CATEGORIES= graphics -MASTER_SITES= SF/auber:src \ +MASTER_SITES= SFP/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION}/:src \ http://tulip.labri.fr/userHandbook/:doc DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \ userManual.pdf:doc |