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 /print/acroread/PLIST.post | |
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 'print/acroread/PLIST.post')
-rw-r--r-- | print/acroread/PLIST.post | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/acroread/PLIST.post b/print/acroread/PLIST.post index 85caa14ad5c..cdb43e7df8c 100644 --- a/print/acroread/PLIST.post +++ b/print/acroread/PLIST.post @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST.post,v 1.1 2001/10/31 23:31:21 zuntum Exp $ -@exec mkdir -p %D/lib/netscape/plugins -@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true -@unexec rmdir %D/lib/netscape 2>/dev/null || true +@comment $NetBSD: PLIST.post,v 1.2 2002/02/15 10:12:56 skrll Exp $ +@exec ${MKDIR} -p %D/lib/netscape/plugins +@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || true +@unexec ${RMDIR} %D/lib/netscape 2>/dev/null || true @exec ln -sf ../../Resource/Font %D/Acrobat4/Reader/${PLATFORM}/fonts -@unexec rm -f %D/Acrobat4/Reader/${PLATFORM}/fonts +@unexec ${RM} -f %D/Acrobat4/Reader/${PLATFORM}/fonts @exec ln -sf ../res %D/Acrobat4/Reader/${PLATFORM}/res -@unexec rm -f %D/Acrobat4/Reader/${PLATFORM}/res +@unexec ${RM} -f %D/Acrobat4/Reader/${PLATFORM}/res @dirrm Acrobat4/Browsers/${PLATFORM} @dirrm Acrobat4/Browsers @dirrm Acrobat4/Reader/res |