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 /chat/bitchx | |
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 'chat/bitchx')
-rw-r--r-- | chat/bitchx/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/bitchx/PLIST b/chat/bitchx/PLIST index b24819ca085..72946cbfd0d 100644 --- a/chat/bitchx/PLIST +++ b/chat/bitchx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 19:04:20 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:30 skrll Exp $ bin/BitchX bin/BitchX-1.0c18 bin/scr-bx @@ -962,9 +962,9 @@ share/bx/BitchX.quit share/bx/BitchX.kick share/bx/wserv share/bx/BitchX.doc -@exec mkdir -p %D/lib/bx/plugins -@exec mkdir -p %D/share/bx/help/4_Misc/fset -@exec mkdir -p %D/share/bx/help/4_Misc/wset +@exec ${MKDIR} -p %D/lib/bx/plugins +@exec ${MKDIR} -p %D/share/bx/help/4_Misc/fset +@exec ${MKDIR} -p %D/share/bx/help/4_Misc/wset @dirrm share/bx/help/1_General/dcc @dirrm share/bx/help/1_General/ctcp @dirrm share/bx/help/1_General |