aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-15 21:44:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-15 21:44:01 +0000
commita8983edf65f2c943982b0adda87f959096146b01 (patch)
tree44fea14903da3549b9f9914da96d7b6a4c4a2936 /textproc
parenta6e967fe32b1828cda43b0afbbee828c7ef01b3f (diff)
downloadports-a8983edf65f2c943982b0adda87f959096146b01.tar.gz
ports-a8983edf65f2c943982b0adda87f959096146b01.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/words/Makefile8
-rw-r--r--textproc/words/distinfo4
-rw-r--r--textproc/words/pkg-plist4
3 files changed, 11 insertions, 5 deletions
diff --git a/textproc/words/Makefile b/textproc/words/Makefile
index 024379092ea7..b9c33c74eabf 100644
--- a/textproc/words/Makefile
+++ b/textproc/words/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= words
-PORTVERSION= 1.97
+PORTVERSION= 1.97E
CATEGORIES= textproc
MASTER_SITES= http://users.erols.com/whitaker/
DISTNAME= ${PORTNAME}all
@@ -36,9 +36,11 @@ do-build:
${GNATMAKE} -O3 words ${GNATLINK_ARGS} && \
${GNATMAKE} makedict && \
${GNATMAKE} makestem && \
+ ${GNATMAKE} makeefil && \
${GNATMAKE} makeinfl && \
${ECHO_CMD} G | ./makedict DICTLINE.GEN && \
${ECHO_CMD} G | ./makestem STEMLIST.GEN && \
+ ./makeefil EWDSLIST.GEN && \
./makeinfl INFLECTS.LAT
@${CAT} ${FILESDIR}/words | ${SED} -e 's|%%DATADIR%%|${DATADIR}|' > ${WRKDIR}/words.sh
@@ -48,13 +50,15 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/DICTFILE.GEN ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/STEMFILE.GEN ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/INDXFILE.GEN ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/EWDSFILE.GEN ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/INFLECTS.SEC ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/ADDONS.LAT ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/UNIQUES.LAT ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/words.sh ${PREFIX}/bin/words
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/WORDSDOC.HTM ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/words.htm ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/wordsdoc.htm ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/textproc/words/distinfo b/textproc/words/distinfo
index bc2576f88485..f09d25125f34 100644
--- a/textproc/words/distinfo
+++ b/textproc/words/distinfo
@@ -1,2 +1,2 @@
-MD5 (wordsall.zip) = 9664d88aedd747ffb547dcc1682fbaa9
-SIZE (wordsall.zip) = 1429378
+MD5 (wordsall.zip) = 6c9a582d5817e402fdf0f06d02013c0b
+SIZE (wordsall.zip) = 2615275
diff --git a/textproc/words/pkg-plist b/textproc/words/pkg-plist
index ca1d9f1c1d0f..e4289c5b9833 100644
--- a/textproc/words/pkg-plist
+++ b/textproc/words/pkg-plist
@@ -2,10 +2,12 @@
%%DATADIR%%/DICTFILE.GEN
%%DATADIR%%/STEMFILE.GEN
%%DATADIR%%/INDXFILE.GEN
+%%DATADIR%%/EWDSFILE.GEN
%%DATADIR%%/INFLECTS.SEC
%%DATADIR%%/ADDONS.LAT
%%DATADIR%%/UNIQUES.LAT
@dirrm %%DATADIR%%
bin/words
-%%PORTDOCS%%%%DOCSDIR%%/WORDSDOC.HTM
+%%PORTDOCS%%%%DOCSDIR%%/words.htm
+%%PORTDOCS%%%%DOCSDIR%%/wordsdoc.htm
%%PORTDOCS%%@dirrm %%DOCSDIR%%