diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-27 03:43:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-27 03:43:16 +0000 |
commit | 38edb5219447acdbcfaf4d7b5e4504a3a4e84fe9 (patch) | |
tree | a7589cf79be41c167fe522bd479cc9839ab0574b /graphics/agg | |
parent | bfc694e305f6c3659e5eef384796cb3f0a8d751b (diff) | |
download | ports-38edb5219447acdbcfaf4d7b5e4504a3a4e84fe9.tar.gz ports-38edb5219447acdbcfaf4d7b5e4504a3a4e84fe9.zip |
Notes
Diffstat (limited to 'graphics/agg')
-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} |