From 59905a4bc33bd3b4c234a55a966245b4d7bb2d6a Mon Sep 17 00:00:00 2001 From: seb Date: Wed, 26 Jun 2002 10:29:33 +0000 Subject: Substitute a couple of `mkdir' by `${MKDIR}'. Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too! --- print/acroread/PLIST.post | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/acroread') diff --git a/print/acroread/PLIST.post b/print/acroread/PLIST.post index cdb43e7df8c..1c130f053d8 100644 --- a/print/acroread/PLIST.post +++ b/print/acroread/PLIST.post @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST.post,v 1.2 2002/02/15 10:12:56 skrll Exp $ -@exec ${MKDIR} -p %D/lib/netscape/plugins +@comment $NetBSD: PLIST.post,v 1.3 2002/06/26 10:29:54 seb Exp $ +@exec ${MKDIR} %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 -- cgit v1.2.3