diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-10 12:20:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-10 12:20:32 +0000 |
commit | 41bdc9466d2a932cd7cb3345e01ead8fe506e266 (patch) | |
tree | b577e7667ce3566827f1121413be704f718fd9e9 | |
parent | 866edef1e745f3df4f631e2c4f987c4798889161 (diff) | |
download | pkgsrc-41bdc9466d2a932cd7cb3345e01ead8fe506e266.tar.gz |
synonyms.db is generated by INSTALL, so don't put it into PLIST,
but remove it on deinstall. Bump revision.
-rw-r--r-- | www/htdig/Makefile | 4 | ||||
-rw-r--r-- | www/htdig/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile index 5973f08e32d..121a0143b2c 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2006/03/14 01:14:34 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/10 12:20:32 joerg Exp $ DISTNAME= htdig-3.1.6 -PKGREVISION= 3 +PKGREVISION= 4 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 23dcf7ed9fc..223dd429d38 100644 --- a/www/htdig/PLIST +++ b/www/htdig/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/04/19 00:28:31 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/10 12:20:32 joerg Exp $ bin/htfuzzy bin/htdig bin/htdump @@ -50,8 +50,8 @@ share/htdig/common/bad_words share/htdig/common/english.0 share/htdig/common/english.aff share/htdig/common/synonyms -share/htdig/common/synonyms.db @unexec ${RM} %D/share/htdig/common/root2word.db +@unexec ${RM} %D/share/htdig/common/synonyms.db @unexec ${RM} %D/share/htdig/common/word2root.db @dirrm share/htdig/common @dirrm share/htdig |