diff options
author | philip <philip@FreeBSD.org> | 2005-08-31 04:45:27 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2005-08-31 04:45:27 +0800 |
commit | 6ffa5c2b614171a73aa291051edecfd0e6bc7909 (patch) | |
tree | 94480e83598731fd1defd0b68f678cb549b1393f /textproc | |
parent | 88d2611db44a2f273d5da80f563e491054c1fbb3 (diff) | |
download | freebsd-ports-gnome-6ffa5c2b614171a73aa291051edecfd0e6bc7909.tar.gz freebsd-ports-gnome-6ffa5c2b614171a73aa291051edecfd0e6bc7909.tar.zst freebsd-ports-gnome-6ffa5c2b614171a73aa291051edecfd0e6bc7909.zip |
Catch up with a rerolled upstream distfile. From the website:
| August 2005 - Somewhat better Version 1.97Ed release. This is just 1.97Ed
| with more corrections prompted by user feedback and another 1000 entries
| in the dictionary. There is no significant algorithm growth.
No new version number, just a new distfile.
Approved by: krion (mentor), Li-Lun Wang <llwang -at- infor.org> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/words/Makefile | 3 | ||||
-rw-r--r-- | textproc/words/distinfo | 4 | ||||
-rw-r--r-- | textproc/words/pkg-plist | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/textproc/words/Makefile b/textproc/words/Makefile index b5448726eb31..f874ddae6b51 100644 --- a/textproc/words/Makefile +++ b/textproc/words/Makefile @@ -7,7 +7,7 @@ PORTNAME= words PORTVERSION= 1.97E -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://users.erols.com/whitaker/ DISTNAME= ${PORTNAME}all @@ -59,7 +59,6 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/wordsdoc.htm ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/wordsdev.htm ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/textproc/words/distinfo b/textproc/words/distinfo index 820ef09a2056..e1dc3b0184a6 100644 --- a/textproc/words/distinfo +++ b/textproc/words/distinfo @@ -1,2 +1,2 @@ -MD5 (wordsall.zip) = a320adbf08b17f2df80773215c00cde0 -SIZE (wordsall.zip) = 2608049 +MD5 (wordsall.zip) = bfeb876ba4518f8f7d6709d117590cca +SIZE (wordsall.zip) = 2674477 diff --git a/textproc/words/pkg-plist b/textproc/words/pkg-plist index b65c0b90cb5f..dd0e494a2d18 100644 --- a/textproc/words/pkg-plist +++ b/textproc/words/pkg-plist @@ -9,5 +9,4 @@ @dirrm %%DATADIR%% bin/words %%PORTDOCS%%%%DOCSDIR%%/wordsdoc.htm -%%PORTDOCS%%%%DOCSDIR%%/wordsdev.htm %%PORTDOCS%%@dirrm %%DOCSDIR%% |