From owner-cvs-all Thu Jan 27 16: 9: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDA8A158AE; Thu, 27 Jan 2000 16:08:56 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA89590; Thu, 27 Jan 2000 16:08:56 -0800 (PST) (envelope-from jmz@FreeBSD.org) Message-Id: <200001280008.QAA89590@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 27 Jan 2000 16:08:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell/patches patch-ab patch-af patch-ag ports/textproc/ispell/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 2000/01/27 16:08:56 PST Modified files: textproc/ispell/patches patch-ab textproc/ispell/scripts configure Removed files: textproc/ispell/patches patch-af patch-ag Log: The port was broken because dicts were installed in $SHAREDIR but ispell was looking for files in $LIBDIR. Because $LIBDIR is only used for dictionaries, we don't need the SHAREDIR variable. Just define LIBDIR to $PREFIX/share/ispell. Revision Changes Path 1.4 +0 -21 ports/textproc/ispell/patches/patch-ab 1.12 +2 -1 ports/textproc/ispell/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message