diff options
author | asami <asami@FreeBSD.org> | 2000-09-22 20:20:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-22 20:20:59 +0800 |
commit | a501d46e842ec9d498a3bc654c5da5f327e837bf (patch) | |
tree | 748da1abc0cde904330091e1b8f55fc94b9a40db | |
parent | 8586d530cbe7b285fea8a9a32725997d0c7aa9fa (diff) | |
download | freebsd-ports-gnome-a501d46e842ec9d498a3bc654c5da5f327e837bf.tar.gz freebsd-ports-gnome-a501d46e842ec9d498a3bc654c5da5f327e837bf.tar.zst freebsd-ports-gnome-a501d46e842ec9d498a3bc654c5da5f327e837bf.zip |
Add category "french" and "german" as appropriate.
-rw-r--r-- | french/ispell/Makefile | 1 | ||||
-rw-r--r-- | french/staroffice52/Makefile | 2 | ||||
-rw-r--r-- | german/ispell-alt/Makefile | 1 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 1 | ||||
-rw-r--r-- | german/ispell/Makefile | 1 | ||||
-rw-r--r-- | textproc/ispell/Makefile | 2 |
6 files changed, 6 insertions, 2 deletions
diff --git a/french/ispell/Makefile b/french/ispell/Makefile index c73d905c582c..f8ac202fef50 100644 --- a/french/ispell/Makefile +++ b/french/ispell/Makefile @@ -9,6 +9,7 @@ MAINTAINER= alex@FreeBSD.org ISPELL_FR= yes PORTVERSION= 1.4 +CATEGORIES= french MASTERDIR= ${.CURDIR}/../../textproc/ispell .include "${MASTERDIR}/Makefile" diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 291c2e9dd024..d9c9f5df4a4d 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -8,7 +8,7 @@ PORTNAME= staroffice PORTVERSION= 5.2 -CATEGORIES= editors linux +CATEGORIES= french editors linux MASTER_SITES= ftp://ftp.unilim.fr/pub/unix/bureautique/ \ ftp://ftp.math.u-bordeaux.fr/pub/StarOffice/Linux-Intel/ \ ftp://sunsite.cnlab-switch.ch/mirror/staroffice/francais/ \ diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile index c12f53bcc16a..6f2d71019216 100644 --- a/german/ispell-alt/Makefile +++ b/german/ispell-alt/Makefile @@ -10,6 +10,7 @@ MAINTAINER= alex@FreeBSD.org ISPELL_DEALT= yes PORTNAME= ispell PORTVERSION= 19991219 +CATEGORIES= german PKGNAMESUFFIX= -alt MASTERDIR= ${.CURDIR}/../../textproc/ispell diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index d5f13ccedff9..92078c3c1bbb 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -10,6 +10,7 @@ MAINTAINER= alex@FreeBSD.org ISPELL_DENEU= yes PORTNAME= ispell PORTVERSION= 19991219 +CATEGORIES= german PKGNAMESUFFIX= -neu MASTERDIR= ${.CURDIR}/../../textproc/ispell diff --git a/german/ispell/Makefile b/german/ispell/Makefile index 1ac85e2bedb6..3426672758dc 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -11,6 +11,7 @@ ISPELL_DEALT= yes ISPELL_DENEU= yes PORTNAME= ispell PORTVERSION= 19991219 +CATEGORIES= german MASTERDIR= ${.CURDIR}/../../textproc/ispell .include "${MASTERDIR}/Makefile" diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index ad10659badf3..64332f1153a0 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.1.20c -CATEGORIES= textproc elisp +CATEGORIES+= textproc elisp MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \ ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ DISTNAME= ispell-3.1 |