diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /misc/jitterbug | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'misc/jitterbug')
-rw-r--r-- | misc/jitterbug/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/jitterbug/PLIST b/misc/jitterbug/PLIST index f7d285095ed..1c7b345c09f 100644 --- a/misc/jitterbug/PLIST +++ b/misc/jitterbug/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:05 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:52 skrll Exp $ @JB_USER@/config/footer.html @exec if [ ! -d %D/@JB_DATADIR@ ]; then ${MKDIR} -p %D/@JB_DATADIR@; fi @exec if [ ! -f %D/@JB_DATADIR@/footer.html ]; then /bin/cp -p %D/%F %D/@JB_DATADIR@/footer.html; fi @@ -40,7 +40,7 @@ etc/jitterbug/httpd.conf.add @dirrm @JB_USER@/@JB_PACKAGE@/bug_tracking @dirrm @JB_USER@/@JB_PACKAGE@ @JB_USER@/etc/jitterbug.auth -@exec /usr/sbin/chown -R @JB_USER@ %D/@JB_USER@ +@exec ${CHOWN} -R @JB_USER@ %D/@JB_USER@ @exec /usr/bin/chgrp -R @JB_GROUP@ %D/@JB_USER@ @dirrm @JB_USER@/config @dirrm @JB_USER@/etc |