summaryrefslogtreecommitdiff
path: root/www/htdig
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-06-26 10:29:33 +0000
committerseb <seb@pkgsrc.org>2002-06-26 10:29:33 +0000
commitdb84442a67c872c4802e8b37a88f71a84050f97a (patch)
tree9e5fcee06244c048489fb5197f01b82baef7be38 /www/htdig
parente521736766fda95b199d77e427c85a2b5fd262b6 (diff)
downloadpkgsrc-db84442a67c872c4802e8b37a88f71a84050f97a.tar.gz
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!
Diffstat (limited to 'www/htdig')
-rw-r--r--www/htdig/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/htdig/PLIST b/www/htdig/PLIST
index e022a308f07..0e5f5b9f633 100644
--- a/www/htdig/PLIST
+++ b/www/htdig/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/03/09 21:48:11 fredb Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:07 seb Exp $
bin/htfuzzy
bin/htdig
bin/htdump
@@ -53,9 +53,9 @@ share/htdig/common/synonyms
share/htdig/common/synonyms.db
share/htdig/common/root2word.db
share/htdig/common/word2root.db
-@exec mkdir -p ${PKG_SYSCONFDIR}/htdig
+@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 -p /var/db/htdig
+@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