svn commit: r304984 - head/textproc/aspell

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 28 04:34:57 UTC 2012


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



More information about the svn-ports-all mailing list