diff options
author | seb <seb> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-06-26 10:29:33 +0000 |
commit | ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /wm | |
parent | 57b861d2e101c9a13115d231f46b57c51e9caa28 (diff) | |
download | pkgsrc-ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef.tar.gz |
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!
Diffstat (limited to 'wm')
-rw-r--r-- | wm/windowmaker/PLIST | 4 | ||||
-rw-r--r-- | wm/wmx/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/windowmaker/PLIST b/wm/windowmaker/PLIST index 79a97a76465..e6098096b35 100644 --- a/wm/windowmaker/PLIST +++ b/wm/windowmaker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:13:01 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:30:04 seb Exp $ GNUstep/Apps/WPrefs.app/WPrefs GNUstep/Apps/WPrefs.app/WPrefs.tiff GNUstep/Apps/WPrefs.app/WPrefs.xpm @@ -66,7 +66,7 @@ GNUstep/Apps/WPrefs.app/tiff/windowfocus.tiff GNUstep/Apps/WPrefs.app/tiff/workspace.tiff GNUstep/Apps/WPrefs.app/tiff/workspacename.tiff GNUstep/Apps/WPrefs.app/tiff/xis.tiff -@exec ${MKDIR} -p %D/GNUstep/Apps/WPrefs.app/xpm +@exec ${MKDIR} %D/GNUstep/Apps/WPrefs.app/xpm bin/get-wings-flags bin/get-wraster-flags bin/get-wutil-flags diff --git a/wm/wmx/PLIST b/wm/wmx/PLIST index e43104aa94a..63f38a4547f 100644 --- a/wm/wmx/PLIST +++ b/wm/wmx/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:13:01 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:30:05 seb Exp $ bin/wmx share/doc/wmx/README share/doc/wmx/README.contrib @dirrm share/doc/wmx -@exec ${MKDIR} -p %D/etc/wmx +@exec ${MKDIR} %D/etc/wmx @unexec ${RMDIR} -p %D/etc/wmx 2>/dev/null || true |