summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authorseb <seb>2002-06-26 10:29:33 +0000
committerseb <seb>2002-06-26 10:29:33 +0000
commitffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef (patch)
tree9e5fcee06244c048489fb5197f01b82baef7be38 /x11/gnome-libs
parent57b861d2e101c9a13115d231f46b57c51e9caa28 (diff)
downloadpkgsrc-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 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/PLIST b/x11/gnome-libs/PLIST
index ff461d892e1..9f8fcdb2463 100644
--- a/x11/gnome-libs/PLIST
+++ b/x11/gnome-libs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2002/05/08 14:22:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2002/06/26 10:30:11 seb Exp $
bin/dns-helper
bin/gconfigger
bin/gnome-bug
@@ -614,5 +614,5 @@ share/type-convert/type.convert
@dirrm etc/CORBA
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/libart.m4 ${LOCALBASE}/share/aclocal/libart.m4
@unexec test %D = ${LOCALBASE} || ${RM} -f ${LOCALBASE}/share/aclocal/libart.m4
-@exec ${MKDIR} -p ${LOCALSTATEDIR}
+@exec ${MKDIR} ${LOCALSTATEDIR}
@unexec ${RM} -rf ${LOCALSTATEDIR}