summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2000-09-03 13:46:46 +0000
committerwiz <wiz>2000-09-03 13:46:46 +0000
commite0e58c6c850ab6d566a589ab2df8ccdae90593c6 (patch)
tree2b1d8d7405f4ba8e6043826d80593759a4e2e042
parent7eb0bc74c02444ece1b729bb28f76335165d3441 (diff)
downloadpkgsrc-e0e58c6c850ab6d566a589ab2df8ccdae90593c6.tar.gz
${MKDIR} includes -p
-rw-r--r--x11/gnome-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index b3bb92fea90..ee3e8e43e51 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2000/08/23 23:14:33 tron Exp $
+# $NetBSD: Makefile,v 1.51 2000/09/03 13:46:46 wiz Exp $
DISTNAME= gnome-libs-1.2.3
CATEGORIES= x11 gnome
@@ -55,7 +55,7 @@ pre-build:
post-install:
${RMDIR} ${PREFIX}/share/gnome/html/zvt
- ${MKDIR} -p ${PREFIX}/etc/CORBA/servers
+ ${MKDIR} ${PREFIX}/etc/CORBA/servers
${TOUCH} ${PREFIX}/etc/CORBA/servers/.directory
${MKDIR} ${LOCALSTATEDIR}
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}