diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-16 09:52:23 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-16 09:52:23 +0000 |
commit | 6c6f715a69305e6974083c26b54182d454a49ba3 (patch) | |
tree | 036a3b3b2e709838158c7faf15d4ec39cfaf49c9 /graphics | |
parent | - add wildfire to GIDs and UIDs (diff) |
- Use SourceForge mirrors
PR: ports/104943
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Approved by: Piotr Smyrak <smyru at heron.pl> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/potrace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index 783fb9959e28..b127e99b3b2f 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -8,7 +8,8 @@ PORTNAME= potrace PORTVERSION= 1.7 CATEGORIES= graphics -MASTER_SITES= http://potrace.sourceforge.net/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= smyru@heron.pl COMMENT= Transforms bitmaps into vector graphics |