diff options
author | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
commit | 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /x11/controlcenter | |
parent | eee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff) | |
download | pkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'x11/controlcenter')
-rw-r--r-- | x11/controlcenter/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/controlcenter/PLIST b/x11/controlcenter/PLIST index fc7ba87b8b4..9d3bec3910f 100644 --- a/x11/controlcenter/PLIST +++ b/x11/controlcenter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/14 14:35:45 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:13:06 skrll Exp $ bin/background-properties-capplet bin/file-types-capplet bin/gnome-edit-properties-capplet @@ -160,7 +160,7 @@ share/pixmaps/control-center.png @dirrm share/gnome/apps/Settings/Documents @dirrm share/gnome/apps/Settings/Desktop @dirrm share/gnome/apps/Settings -@unexec rmdir -p %D/share/gnome/apps 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/gnome/apps 2>/dev/null || true @dirrm share/control-center/UIOptions @dirrm share/control-center/Session @dirrm share/control-center/Peripherals |