diff options
Diffstat (limited to 'print/panda/Makefile')
-rw-r--r-- | print/panda/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile index a3b0fe4084a7..3a0b1c1377d8 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -9,10 +9,11 @@ PORTNAME= panda PORTVERSION= 0.5.4 PORTREVISION= 2 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF \ ${MASTER_SITE_SAVANNAH} \ + http://www.stillhq.com/panda/source/ -MASTER_SITE_SUBDIR= ${PORTNAME} + MAINTAINER= ports@FreeBSD.org COMMENT= A PDF generation library |