pkgsrc/www/htdig/PLIST
seb db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00

63 lines
2 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:07 seb Exp $
bin/htfuzzy
bin/htdig
bin/htdump
bin/htload
bin/htmerge
bin/htnotify
bin/rundig
libexec/cgi-bin/htsearch
share/examples/htdig/htdig.conf
share/examples/htdig/search.html
share/examples/htdig/button1.gif
share/examples/htdig/button2.gif
share/examples/htdig/button3.gif
share/examples/htdig/button4.gif
share/examples/htdig/button5.gif
share/examples/htdig/button6.gif
share/examples/htdig/button7.gif
share/examples/htdig/button8.gif
share/examples/htdig/button9.gif
share/examples/htdig/buttonl.gif
share/examples/htdig/buttonr.gif
share/examples/htdig/button10.gif
share/examples/htdig/htdig.gif
share/examples/htdig/star.gif
share/examples/htdig/star_blank.gif
share/examples/htdig/button1.png
share/examples/htdig/button2.png
share/examples/htdig/button3.png
share/examples/htdig/button4.png
share/examples/htdig/button5.png
share/examples/htdig/button6.png
share/examples/htdig/button7.png
share/examples/htdig/button8.png
share/examples/htdig/button9.png
share/examples/htdig/buttonl.png
share/examples/htdig/buttonr.png
share/examples/htdig/button10.png
share/examples/htdig/htdig.png
share/examples/htdig/star.png
share/examples/htdig/star_blank.png
share/htdig/common/header.html
share/htdig/common/footer.html
share/htdig/common/wrapper.html
share/htdig/common/nomatch.html
share/htdig/common/syntax.html
share/htdig/common/long.html
share/htdig/common/short.html
share/htdig/common/bad_words
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
@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