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 /textproc/scrollkeeper | |
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 'textproc/scrollkeeper')
-rw-r--r-- | textproc/scrollkeeper/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/scrollkeeper/PLIST b/textproc/scrollkeeper/PLIST index 33e97913092..42b6d8d994c 100644 --- a/textproc/scrollkeeper/PLIST +++ b/textproc/scrollkeeper/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/02 04:49:35 fredb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:13:00 skrll Exp $ bin/scrollkeeper-config bin/scrollkeeper-get-cl bin/scrollkeeper-get-content-list @@ -465,8 +465,8 @@ var/lib/scrollkeeper/bg_BG @dirrm share/scrollkeeper/doc/scrollkeeper_manual @dirrm share/scrollkeeper/doc @dirrm share/scrollkeeper -@unexec rmdir %D/share/omf/scrollkeeper || true -@unexec rmdir %D/share/omf || true +@unexec ${RMDIR} %D/share/omf/scrollkeeper || true +@unexec ${RMDIR} %D/share/omf || true @dirrm share/doc/scrollkeeper-0.2 -@unexec rm -rf %D/var/scrollkeeper || true -@unexec rmdir %D/var || true +@unexec ${RM} -rf %D/var/scrollkeeper || true +@unexec ${RMDIR} %D/var || true |