diff options
author | linimon <linimon@FreeBSD.org> | 2004-11-29 05:00:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-11-29 05:00:19 +0800 |
commit | 6e4b8834f3b78fd6c97a8660472e425e6c1844e7 (patch) | |
tree | 8a2f01871ab844dc2fa35c040aa22c2b312b9f55 /textproc | |
parent | 048552e4742f619306e81d85effa0702b21c7661 (diff) | |
download | freebsd-ports-gnome-6e4b8834f3b78fd6c97a8660472e425e6c1844e7.tar.gz freebsd-ports-gnome-6e4b8834f3b78fd6c97a8660472e425e6c1844e7.tar.zst freebsd-ports-gnome-6e4b8834f3b78fd6c97a8660472e425e6c1844e7.zip |
As previously announced, remove se-ispell; it installs files in the
wrong place. Use textproc/ispell with ISPELL_SE=yes instead.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/se-ispell/Makefile | 22 | ||||
-rw-r--r-- | textproc/se-ispell/distinfo | 2 | ||||
-rw-r--r-- | textproc/se-ispell/files/patch-aa | 16 | ||||
-rw-r--r-- | textproc/se-ispell/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/se-ispell/pkg-plist | 2 |
5 files changed, 0 insertions, 47 deletions
diff --git a/textproc/se-ispell/Makefile b/textproc/se-ispell/Makefile deleted file mode 100644 index 7b8fa834de23..000000000000 --- a/textproc/se-ispell/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: se-ispell -# Date created: 4 November 1999 -# Whom: Kent Boortz <kent@erix.ericsson.se> -# -# $FreeBSD$ -# - -PORTNAME= se-ispell -PORTVERSION= 1.2.1 -CATEGORIES= textproc -MASTER_SITES= http://www.sslug.dk/locale/ispell/iswedish/ -DISTNAME= iswedish-1.2.1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Swedish dictionary for ispell - -BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell - -DEPRECATED= "Installs files in wrong place\; use textproc/ispell with ISPELL_SE=yes instead" -EXPIRATION_DATE=2004-10-01 - -.include <bsd.port.mk> diff --git a/textproc/se-ispell/distinfo b/textproc/se-ispell/distinfo deleted file mode 100644 index 4f5c7a49dbef..000000000000 --- a/textproc/se-ispell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (iswedish-1.2.1.tar.gz) = b546aeb88d7614c32e541488d55f32fe -SIZE (iswedish-1.2.1.tar.gz) = 122346 diff --git a/textproc/se-ispell/files/patch-aa b/textproc/se-ispell/files/patch-aa deleted file mode 100644 index e5a20d6c6ad0..000000000000 --- a/textproc/se-ispell/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig Thu Jan 29 09:06:32 1998 -+++ Makefile Sun Dec 26 10:35:22 1999 -@@ -1,10 +1,10 @@ --installdir=/usr/lib/ispell -+installdir=${PREFIX}/lib - - all: svenska.hash - - install: svenska.hash svenska.aff -- install -o root -g root -m 0644 svenska.hash $(installdir) -- install -o root -g root -m 0644 svenska.aff $(installdir) -+ install -c -o root -g wheel -m 0644 svenska.hash $(installdir) -+ install -c -o root -g wheel -m 0644 svenska.aff $(installdir) - - svenska.hash: svenska.aff svenska.datalista - buildhash svenska.datalista svenska.aff svenska.hash diff --git a/textproc/se-ispell/pkg-descr b/textproc/se-ispell/pkg-descr deleted file mode 100644 index 738296cfb6d4..000000000000 --- a/textproc/se-ispell/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a port that install a Swedish dictionary for ispell 3.1. -The dictionary was created under GPL and copyrighted by -Goran Andersson <goran@debian.org>. Home page is at - -WWW: http://www.sslug.dk/locale/ispell/iswedish/swedish.html diff --git a/textproc/se-ispell/pkg-plist b/textproc/se-ispell/pkg-plist deleted file mode 100644 index 7d765036903e..000000000000 --- a/textproc/se-ispell/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/svenska.aff -lib/svenska.hash |