diction stable port information

Package: diction
Version: 1.11
Revision: 1
Maintainer: Dave Vasilevsky
DocFiles: COPYING NEWS README
Source: mirror:gnu:%n/%n-%v.tar.gz
PatchFile: %n.patch
PatchFile-MD5: ff9d8242fe1aa3673648aa3c1ded6734
BuildDepends: <<
fink-package-precedence,
libgettext8-dev
<<
Depends: <<
libgettext8-shlibs
<<
SetCPPFLAGS: -MD
CompileScript: <<
%{default_script}
fink-package-precedence --depfile-ext='\.d' .
<<
Description: Identifies word-use and style errors
DescDetail: <<
Diction and style are two old standard UNIX commands. Diction identifies
wordy and commonly misused phrases. Style analyses surface characteristics
of a document, including sentence length and other readability measures.

These programs cannot help you structure a document well, but they can
help to avoid poor wording and compare the readability (not the
understandability!) of your documents with others. Both commands support
English and German documents.
<<
Homepage: http://www.gnu.org/software/diction/diction.html
License: GPL
Source-MD5: 4cbdb115c976d7141f54b223df28012e

diction stable port .patch

diff -Nurd -x'*~' diction-1.11.orig/Makefile.in diction-1.11/Makefile.in
--- diction-1.11.orig/Makefile.in 2007-08-03 06:05:15.000000000 -0400
+++ diction-1.11/Makefile.in 2011-12-22 15:10:12.000000000 -0500
@@ -15,7 +15,7 @@

CC= @CC@
CFLAGS= @CFLAGS@
-CPPFLAGS= @CPPFLAGS@ -I. -DSHAREDIR=\"@datarootdir@\" -DLOCALEDIR=\"$(localedir)\"
+CPPFLAGS= -I. @CPPFLAGS@ -DSHAREDIR=\"@datarootdir@\" -DLOCALEDIR=\"$(localedir)\"
LDFLAGS= @LDFLAGS@
LIBM= -lm
LIBS= @LIBS@

diction _unstable_ port .patch