diff options
author | asami <asami@FreeBSD.org> | 2000-04-15 10:26:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-15 10:26:25 +0000 |
commit | 6c86472a671bbdc601504fefd1fffed2b78d1d55 (patch) | |
tree | 335a0263776bd64f849f9a6301d02a918bd3e6a4 /german/ispell | |
parent | b39777e6c64c336a98930b4831433cd43268b681 (diff) | |
download | FreeBSD-ports-6c86472a671bbdc601504fefd1fffed2b78d1d55.zip FreeBSD-ports-6c86472a671bbdc601504fefd1fffed2b78d1d55.tar.gz |
Move language specifications to PKGNAMEPREFIX (for now).
Diffstat (limited to 'german/ispell')
-rw-r--r-- | german/ispell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/ispell/Makefile b/german/ispell/Makefile index d5b35d9..ba840f8 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" |