diff options
-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 |