diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 18:26:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 18:26:25 +0800 |
commit | 6c86472a671bbdc601504fefd1fffed2b78d1d55 (patch) | |
tree | 335a0263776bd64f849f9a6301d02a918bd3e6a4 /german | |
parent | b39777e6c64c336a98930b4831433cd43268b681 (diff) | |
download | freebsd-ports-gnome-6c86472a671bbdc601504fefd1fffed2b78d1d55.tar.gz freebsd-ports-gnome-6c86472a671bbdc601504fefd1fffed2b78d1d55.tar.zst freebsd-ports-gnome-6c86472a671bbdc601504fefd1fffed2b78d1d55.zip |
Move language specifications to PKGNAMEPREFIX (for now).
Diffstat (limited to 'german')
-rw-r--r-- | german/ispell-alt/Makefile | 3 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 3 | ||||
-rw-r--r-- | german/ispell/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile index ec291c207952..8ead18951b68 100644 --- a/german/ispell-alt/Makefile +++ b/german/ispell-alt/Makefile @@ -8,8 +8,9 @@ MAINTAINER= alex@big.endian.de ISPELL_DEALT= yes -PORTNAME= dealt-ispell +PORTNAME= ispell PORTVERSION= 19991219 +PKGNAMEPREFIX= dealt- MASTERDIR= ${.CURDIR}/../ispell .include "${MASTERDIR}/Makefile" diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index 4ca08f695959..ab5bcdcc8e69 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -8,8 +8,9 @@ MAINTAINER= alex@big.endian.de ISPELL_DENEU= yes -PORTNAME= deneu-ispell +PORTNAME= ispell PORTVERSION= 19991219 MASTERDIR= ${.CURDIR}/../ispell +PKGNAMEPREFIX= deneu- .include "${MASTERDIR}/Makefile" diff --git a/german/ispell/Makefile b/german/ispell/Makefile index d5b35d9aa88c..ba840f80e1de 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -9,8 +9,9 @@ MAINTAINER= alex@big.endian.de ISPELL_DEALT= yes ISPELL_DENEU= yes -PORTNAME= de-ispell +PORTNAME= ispell PORTVERSION= 19991219 +PKGNAMEPREFIX= de- MASTERDIR= ${.CURDIR}/../ispell .include "${MASTERDIR}/Makefile" |