diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 10:26:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 10:26:25 +0000 |
commit | 74e867b19cefb2e93e8d10e765079dd19fcd1322 (patch) | |
tree | 8dfd80b55b4a4d4139f8f42404155bf63cb83206 /german | |
parent | aadea45cf91f341ca7fd6008e0d72c74018127e5 (diff) | |
download | ports-74e867b19cefb2e93e8d10e765079dd19fcd1322.tar.gz ports-74e867b19cefb2e93e8d10e765079dd19fcd1322.zip |
Move language specifications to PKGNAMEPREFIX (for now).
Notes
Notes:
svn path=/head/; revision=27602
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" |