diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | portuguese/Makefile | 2 | ||||
-rw-r--r-- | portuguese/aspell-pt_PT/Makefile | 5 | ||||
-rw-r--r-- | portuguese/aspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pt-aspell/Makefile | 16 | ||||
-rw-r--r-- | textproc/pt-aspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/pt-aspell/pkg-descr | 6 |
8 files changed, 8 insertions, 29 deletions
@@ -54,3 +54,4 @@ graphics/linux_mesa||2002-11-17|Port was broken and out of date audio/cdrdao|sysutils/cdrdao|2002-11-18|misfiled, burns data CDs too sysutils/pkgview|sysutils/gnome-pkgview|2002-11-20|author has changed the binary and package name japanese/tvi||2002-11-21|development discontinued and distfile unavailable +textproc/pt-aspell|portuguese/aspell|2002-11-21|new category diff --git a/portuguese/Makefile b/portuguese/Makefile index 0c5714006a26..24d3adc72ec0 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ # - SUBDIR += + SUBDIR += aspell .include <bsd.port.subdir.mk> diff --git a/portuguese/aspell-pt_PT/Makefile b/portuguese/aspell-pt_PT/Makefile index ddecd5def4ef..738cb30823ee 100644 --- a/portuguese/aspell-pt_PT/Makefile +++ b/portuguese/aspell-pt_PT/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= pt-aspell +PORTNAME= aspell +CATEGORIES= portuguese MAINTAINER= ports@FreeBSD.org -MASTERDIR= ${.CURDIR}/../aspell +MASTERDIR= ${.CURDIR}/../../textproc/aspell ASPELL_PT= sim diff --git a/portuguese/aspell/Makefile b/portuguese/aspell/Makefile index ddecd5def4ef..738cb30823ee 100644 --- a/portuguese/aspell/Makefile +++ b/portuguese/aspell/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= pt-aspell +PORTNAME= aspell +CATEGORIES= portuguese MAINTAINER= ports@FreeBSD.org -MASTERDIR= ${.CURDIR}/../aspell +MASTERDIR= ${.CURDIR}/../../textproc/aspell ASPELL_PT= sim diff --git a/textproc/Makefile b/textproc/Makefile index 027c15613a49..06a8e6b5251f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -279,7 +279,6 @@ SUBDIR += pl-aspell SUBDIR += prosper SUBDIR += pspell-ispell - SUBDIR += pt-aspell SUBDIR += py-4suite SUBDIR += py-HyperText SUBDIR += py-asv diff --git a/textproc/pt-aspell/Makefile b/textproc/pt-aspell/Makefile deleted file mode 100644 index ddecd5def4ef..000000000000 --- a/textproc/pt-aspell/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: pt-aspell -# Date created: 6 September 2002 -# Whom: Thierry Thomas <thierry@pompo.net> -# -# $FreeBSD$ -# - -PORTNAME= pt-aspell - -MAINTAINER= ports@FreeBSD.org - -MASTERDIR= ${.CURDIR}/../aspell - -ASPELL_PT= sim - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/pt-aspell/pkg-comment b/textproc/pt-aspell/pkg-comment deleted file mode 100644 index 62af98c0cc33..000000000000 --- a/textproc/pt-aspell/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Aspell with Portuguese dictionary diff --git a/textproc/pt-aspell/pkg-descr b/textproc/pt-aspell/pkg-descr deleted file mode 100644 index ea7a7c25bb77..000000000000 --- a/textproc/pt-aspell/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Aspell with Portuguese dictionary. - -Note: if you build from ports, prefer textproc/aspell, it will let you - select dictionaries for several languages. - -WWW: http://aspell.sourceforge.net/ |