summaryrefslogtreecommitdiff
path: root/www/htdig-devel/INSTALL
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-01-07 20:25:20 +0000
committermarkd <markd@pkgsrc.org>2006-01-07 20:25:20 +0000
commita11776bb8fe9fd2633d09567863d3fa97ff35c29 (patch)
tree16cf84c39924ca1c870884f6464ea8b7dbc3c018 /www/htdig-devel/INSTALL
parent6e63ea31f3620e8c096da7e7e163c87ae9c566be (diff)
downloadpkgsrc-a11776bb8fe9fd2633d09567863d3fa97ff35c29.tar.gz
Don't see why htfuzzy needs to rerun when pkg_add'ing so remove INSTALL
script and put back in a post-install rule. Fixes CHECK_FILES complaint as synonyms.db now created before check files testing happens.
Diffstat (limited to 'www/htdig-devel/INSTALL')
-rw-r--r--www/htdig-devel/INSTALL10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/htdig-devel/INSTALL b/www/htdig-devel/INSTALL
deleted file mode 100644
index bb9c3e349a1..00000000000
--- a/www/htdig-devel/INSTALL
+++ /dev/null
@@ -1,10 +0,0 @@
-#!@SH@
-#
-# $NetBSD: INSTALL,v 1.1.1.1 2005/12/17 19:26:26 markd Exp $
-
-case "${STAGE}" in
-POST-INSTALL)
- ${PREFIX}/bin/htfuzzy -v synonyms
- ${PREFIX}/bin/htfuzzy -v endings
- ;;
-esac