From db84442a67c872c4802e8b37a88f71a84050f97a 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! --- x11/gdm/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gdm') diff --git a/x11/gdm/PLIST b/x11/gdm/PLIST index c6e8997df74..875522c1e9b 100644 --- a/x11/gdm/PLIST +++ b/x11/gdm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:07 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:09 seb Exp $ bin/gdm bin/gdmchooser bin/gdmconfig @@ -21,7 +21,7 @@ share/gnome/help/gdm/C/daemonov.html share/gnome/help/gdm/C/docbook.css share/gnome/help/gdm/C/f21.html share/gnome/help/gdm/C/gdm.html -@exec ${MKDIR} -p %D/share/gnome/help/gdm/C/images +@exec ${MKDIR} %D/share/gnome/help/gdm/C/images share/gnome/help/gdm/C/index.html share/gnome/help/gdm/C/intro.html share/gnome/help/gdm/C/ln15.html -- cgit v1.2.3