diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/chm2pdf/Makefile | 2 | ||||
-rw-r--r-- | textproc/google-ctemplate/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-pandoc/Makefile | 2 | ||||
-rw-r--r-- | textproc/iksemel/Makefile | 2 | ||||
-rw-r--r-- | textproc/pandoc/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-feedparser/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/textproc/chm2pdf/Makefile b/textproc/chm2pdf/Makefile index 7773836b1c1e..e7333425cda2 100644 --- a/textproc/chm2pdf/Makefile +++ b/textproc/chm2pdf/Makefile @@ -8,7 +8,7 @@ PORTNAME= chm2pdf PORTVERSION= 0.9 CATEGORIES= textproc python -MASTER_SITES= http://chm2pdf.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= kevlo@FreeBSD.org COMMENT= A Python script that converts CHM files into PDF files diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index 3e3e6628877c..21f6c709fc1d 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -9,7 +9,7 @@ PORTNAME= google-ctemplate PORTVERSION= 0.9 CATEGORIES= textproc -MASTER_SITES= http://google-ctemplate.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ctemplate-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index bda98188cb17..07953dd1f80a 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -8,7 +8,7 @@ PORTNAME= pandoc PORTVERSION= 0.46 CATEGORIES= textproc haskell -MASTER_SITES= http://pandoc.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= jgm@berkeley.edu COMMENT= A general markup converter diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index d9a38e7d6f3d..6e52d34e4b0d 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -9,7 +9,7 @@ PORTNAME= iksemel PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://iksemel.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= trasz@FreeBSD.org COMMENT= XML parser library mainly designed for Jabber applications diff --git a/textproc/pandoc/Makefile b/textproc/pandoc/Makefile index bda98188cb17..07953dd1f80a 100644 --- a/textproc/pandoc/Makefile +++ b/textproc/pandoc/Makefile @@ -8,7 +8,7 @@ PORTNAME= pandoc PORTVERSION= 0.46 CATEGORIES= textproc haskell -MASTER_SITES= http://pandoc.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= jgm@berkeley.edu COMMENT= A general markup converter diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index f10d98c56f90..a44d6cac727d 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -10,7 +10,7 @@ PORTNAME= feedparser PORTVERSION= 4.1 PORTREVISION= 2 CATEGORIES= textproc python -MASTER_SITES= http://feedparser.googlecode.com/files/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 9f2d52430de8..b1374f2886ac 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -9,7 +9,7 @@ PORTNAME= uim PORTVERSION= 1.4.1 PORTREVISION= 1 CATEGORIES?= textproc -MASTER_SITES= http://uim.googlecode.com/files/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://uim.freedesktop.org/releases/uim/stable/ .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 |