diff options
author | novel <novel@FreeBSD.org> | 2005-05-27 11:43:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-27 11:43:16 +0800 |
commit | 788b6cbdd816e6ca36be905c6d6ef46495013cfb (patch) | |
tree | 936609e05ebb6eb92f8001d9ec9ad3489feb44c2 /graphics | |
parent | 2d58440dfaed1d2c6d5e3d3a75f7e6fdd86d5c63 (diff) | |
download | freebsd-ports-gnome-788b6cbdd816e6ca36be905c6d6ef46495013cfb.tar.gz freebsd-ports-gnome-788b6cbdd816e6ca36be905c6d6ef46495013cfb.tar.zst freebsd-ports-gnome-788b6cbdd816e6ca36be905c6d6ef46495013cfb.zip |
Place the tarball on MASTER_SITE_LOCAL to fix fetch.
Reported by: pointyhat via kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/agg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index ddc202d21869..712f804e2645 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: agg # Date created: Aug 3, 2004 # Whom: ijliao @@ -11,7 +10,8 @@ PORTVERSION= 2.3 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ - ${MASTER_SITE_SOURCEFORGE} + ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/novel/} MASTER_SITE_SUBDIR= vector-agg DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} |