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 /emulators/plex86 | |
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 'emulators/plex86')
-rw-r--r-- | emulators/plex86/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/plex86/PLIST b/emulators/plex86/PLIST index 2b2761573c2..e6f7c0e815f 100644 --- a/emulators/plex86/PLIST +++ b/emulators/plex86/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:03:55 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:37 skrll Exp $ bin/plex86 bin/plex86_reset lib/X11/fonts/local/vga.pcf.gz @@ -12,7 +12,7 @@ lib/plex86/bios/VGABIOS-elpin-2.40 lib/plex86/netbsd_post.sh lib/plex86/plugin-bochs.so lkm/plex86.o -@unexec rm -f %D/lkm/plex86 2>/dev/null || true +@unexec ${RM} -f %D/lkm/plex86 2>/dev/null || true share/examples/plex86/freedos.conf share/examples/plex86/linuxhd.conf share/examples/plex86/msdos.conf @@ -22,4 +22,4 @@ share/examples/plex86/winnt.conf @dirrm lib/plex86/bios @dirrm lib/plex86 @dirrm share/examples/plex86 -@unexec rmdir %D/lkm 2>/dev/null || true +@unexec ${RMDIR} %D/lkm 2>/dev/null || true |