diff options
author | asami <asami@FreeBSD.org> | 2000-09-22 15:02:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-22 15:02:21 +0800 |
commit | 17b623008ff3f1ec87b847361b8ed1837a8a7e7d (patch) | |
tree | 42cbb2472cefa7920c7e4933be1aa2c7818c2613 /german | |
parent | 81621bb4a1e6ca0002975269675cafb9c7a40af0 (diff) | |
download | freebsd-ports-gnome-17b623008ff3f1ec87b847361b8ed1837a8a7e7d.tar.gz freebsd-ports-gnome-17b623008ff3f1ec87b847361b8ed1837a8a7e7d.tar.zst freebsd-ports-gnome-17b623008ff3f1ec87b847361b8ed1837a8a7e7d.zip |
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 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" |