Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2012 04:34:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304984 - head/textproc/aspell
Message-ID:  <201209280434.q8S4Yv8P075119@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Sep 28 04:34:57 2012
New Revision: 304984
URL: http://svn.freebsd.org/changeset/ports/304984

Log:
  - Fix ispell issue: CONFLICTS and SCRIPTS settings are optional (ISPELL)

Modified:
  head/textproc/aspell/Makefile   (contents, props changed)

Modified: head/textproc/aspell/Makefile
==============================================================================
--- head/textproc/aspell/Makefile	Fri Sep 28 04:09:55 2012	(r304983)
+++ head/textproc/aspell/Makefile	Fri Sep 28 04:34:57 2012	(r304984)
@@ -23,9 +23,6 @@ CONFIGURE_ARGS=		--enable-dict-dir=${DAT
 			--enable-curses=ncursesw \
 			--enable-static
 
-CONFLICTS+=		ispell* ??-ispell*
-SCRIPTS=		ispell spell
-
 USE_GMAKE=		yes
 USE_ICONV=		yes
 USE_PERL5_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209280434.q8S4Yv8P075119>