diff options
author | wiz <wiz> | 2005-04-19 00:28:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-19 00:28:31 +0000 |
commit | 000d9eef6a34b98686bd8d2fe9ba6b46a53ffbc2 (patch) | |
tree | c18f9f10ea4e9794fbed209b910d99b8a6fa86ea /www | |
parent | a511a2269312d6f32d20368278fd933dc990b43b (diff) | |
download | pkgsrc-000d9eef6a34b98686bd8d2fe9ba6b46a53ffbc2.tar.gz |
Do not register
share/htdig/common/root2word.db
share/htdig/common/word2root.db
with md5 checksums, because they get changed too often; use
@unexec ${RM} instead.
Bump PKGREVISION for thus fixed PLIST.
Diffstat (limited to 'www')
-rw-r--r-- | www/htdig/Makefile | 4 | ||||
-rw-r--r-- | www/htdig/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile index 396d8d2c525..583946f7bd9 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/04/11 21:47:53 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/04/19 00:28:31 wiz Exp $ DISTNAME= htdig-3.1.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www databases MASTER_SITES= http://www.htdig.org/files/ \ ftp://ftp.htdig.org/ \ diff --git a/www/htdig/PLIST b/www/htdig/PLIST index fd1d9d5ff1e..23dcf7ed9fc 100644 --- a/www/htdig/PLIST +++ b/www/htdig/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/18 04:05:28 grant Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/04/19 00:28:31 wiz Exp $ bin/htfuzzy bin/htdig bin/htdump @@ -51,8 +51,8 @@ share/htdig/common/english.0 share/htdig/common/english.aff share/htdig/common/synonyms share/htdig/common/synonyms.db -share/htdig/common/root2word.db -share/htdig/common/word2root.db +@unexec ${RM} %D/share/htdig/common/root2word.db +@unexec ${RM} %D/share/htdig/common/word2root.db @dirrm share/htdig/common @dirrm share/htdig @dirrm share/examples/htdig |