summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-22 07:02:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-22 07:02:21 +0000
commit84a54998468fec20d0bd6db4cf0c14a8a76a0442 (patch)
treeb8cb28dafed45d30cb042bc9a9bbf81d41af1f46
parentNew category french starts today! (diff)
Repo copy textproc/de{,alt,neu}-ispell to german/ispell{,-alt,-neu}.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=32970
-rw-r--r--german/Makefile3
-rw-r--r--german/ispell-alt/Makefile4
-rw-r--r--german/ispell-neu/Makefile4
-rw-r--r--german/ispell/Makefile3
4 files changed, 8 insertions, 6 deletions
diff --git a/german/Makefile b/german/Makefile
index 3505ef08b5d7..505f9fc0fb4e 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 f59463157a1e..c12f53bcc16a 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 f2b024b7c709..d5f13ccedff9 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 73ca546750f9..1ac85e2bedb6 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"