diff options
author | grant <grant@pkgsrc.org> | 2003-12-18 04:05:28 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-18 04:05:28 +0000 |
commit | 1f9b1458ecc5180af1cd5ed476ccdf0f228a1798 (patch) | |
tree | b839db9ec8fdf03b0149d5b66951be7846184b44 /www/htdig/PLIST | |
parent | eaf21c2b7f339be2301f48a926c34c8b7ab70b14 (diff) | |
download | pkgsrc-1f9b1458ecc5180af1cd5ed476ccdf0f228a1798.tar.gz |
eliminate some manual work in post-install and PLIST, and general
tidyup:
- buildlink2 for db2 libs/includes.
- USE_PKGINSTALL for CONF_FILES and OWN_DIRS.
- PKG_SYSCONFSUBDIR for configuration file.
Diffstat (limited to 'www/htdig/PLIST')
-rw-r--r-- | www/htdig/PLIST | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/htdig/PLIST b/www/htdig/PLIST index 99605217348..fd1d9d5ff1e 100644 --- a/www/htdig/PLIST +++ b/www/htdig/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:49 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/12/18 04:05:28 grant Exp $ bin/htfuzzy bin/htdig bin/htdump @@ -53,11 +53,6 @@ share/htdig/common/synonyms share/htdig/common/synonyms.db share/htdig/common/root2word.db share/htdig/common/word2root.db -@exec ${MKDIR} ${PKG_SYSCONFDIR}/htdig -@exec if [ ! -f ${PKG_SYSCONFDIR}/htdig/htdig.conf ]; then cp %D/share/examples/htdig/htdig.conf ${PKG_SYSCONFDIR}/htdig/htdig.conf; fi -@exec ${MKDIR} /var/db/htdig -@unexec rmdir ${PKG_SYSCONFDIR}/htdig 2>/dev/null || ${TRUE} -@unexec rmdir /var/db/htdig 2>/dev/null || ${TRUE} @dirrm share/htdig/common @dirrm share/htdig @dirrm share/examples/htdig |