diff options
author | asami <asami@FreeBSD.org> | 2000-09-22 07:02:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-22 07:02:21 +0000 |
commit | 17b623008ff3f1ec87b847361b8ed1837a8a7e7d (patch) | |
tree | 42cbb2472cefa7920c7e4933be1aa2c7818c2613 /german | |
parent | 81621bb4a1e6ca0002975269675cafb9c7a40af0 (diff) | |
download | FreeBSD-ports-17b623008ff3f1ec87b847361b8ed1837a8a7e7d.zip FreeBSD-ports-17b623008ff3f1ec87b847361b8ed1837a8a7e7d.tar.gz |
Repo copy textproc/de{,alt,neu}-ispell to german/ispell{,-alt,-neu}.
Approved by: maintainer
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 3 | ||||
-rw-r--r-- | german/ispell-alt/Makefile | 4 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 4 | ||||
-rw-r--r-- | german/ispell/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/german/Makefile b/german/Makefile index 3505ef0..505f9fc 100644 --- a/german/Makefile +++ b/german/Makefile @@ -4,6 +4,9 @@ SUBDIR += BBBike SUBDIR += cheapcall SUBDIR += dict + SUBDIR += ispell + SUBDIR += ispell-alt + SUBDIR += ispell-neu SUBDIR += manpages SUBDIR += phone SUBDIR += staroffice5 diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile index f594631..c12f53b 100644 --- a/german/ispell-alt/Makefile +++ b/german/ispell-alt/Makefile @@ -10,8 +10,8 @@ MAINTAINER= alex@FreeBSD.org ISPELL_DEALT= yes PORTNAME= ispell PORTVERSION= 19991219 -PKGNAMEPREFIX= dealt- -MASTERDIR= ${.CURDIR}/../ispell +PKGNAMESUFFIX= -alt +MASTERDIR= ${.CURDIR}/../../textproc/ispell .include "${MASTERDIR}/Makefile" diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index f2b024b..d5f13cc 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -10,7 +10,7 @@ MAINTAINER= alex@FreeBSD.org ISPELL_DENEU= yes PORTNAME= ispell PORTVERSION= 19991219 -MASTERDIR= ${.CURDIR}/../ispell -PKGNAMEPREFIX= deneu- +PKGNAMESUFFIX= -neu +MASTERDIR= ${.CURDIR}/../../textproc/ispell .include "${MASTERDIR}/Makefile" diff --git a/german/ispell/Makefile b/german/ispell/Makefile index 73ca546..1ac85e2 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -11,7 +11,6 @@ ISPELL_DEALT= yes ISPELL_DENEU= yes PORTNAME= ispell PORTVERSION= 19991219 -PKGNAMEPREFIX= de- -MASTERDIR= ${.CURDIR}/../ispell +MASTERDIR= ${.CURDIR}/../../textproc/ispell .include "${MASTERDIR}/Makefile" |