summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortnn <tnn>2007-10-18 23:03:47 +0000
committertnn <tnn>2007-10-18 23:03:47 +0000
commitb439ca467617cef858190e233b3f16f577eac2ef (patch)
treeb04231dbdd358634cac28688f61a94e51436c140 /sysutils
parent4acfbc2305c323b3870b7ac1dfdf6763d7d9eab1 (diff)
downloadpkgsrc-b439ca467617cef858190e233b3f16f577eac2ef.tar.gz
Make sure the sbin directory exists before installing into it.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/open-vm-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile
index 52069448f72..a5bfb920edf 100644
--- a/sysutils/open-vm-tools/Makefile
+++ b/sysutils/open-vm-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/10/17 21:35:53 agc Exp $
+# $NetBSD: Makefile,v 1.2 2007/10/18 23:03:47 tnn Exp $
DISTNAME= open-vm-tools-2007.09.04-56574
PKGNAME= open-vm-tools-2007.09.04.56574
@@ -15,6 +15,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
post-install:
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/guestd/guestd ${PREFIX}/sbin/vmware-guestd
.include "../../security/openssl/buildlink3.mk"