summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-10 07:21:33 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-10 07:21:33 +0000
commit80c8ff3a40c578b09d9dffc1529abba930789685 (patch)
tree55953bde7c1a745f972a54826618f4b9b1f56d36 /emulators
parentRUN_DEPENDS on gs/bash, BUILD_DEPENDS on bash. (diff)
"install:" -> "do-install:"
Notes
Notes: svn path=/head/; revision=2300
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index d5ab4771f754..c94186246415 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Oct 6 23:43:28 MET 1995
# Whom: se
#
-# $Id: Makefile,v 1.10 1995/10/05 20:50:32 hsu Exp $
+# $Id: Makefile,v 1.11 1995/10/07 00:25:10 se Exp $
#
DATE= 951003
@@ -27,7 +27,7 @@ pre-configure:
@echo "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
>> ${WRKSRC}/autoconf.h
-install:
+do-install:
install -cs ${WRKSRC}/wine ${PREFIX}/bin
-@mkdir ${PREFIX}/etc 2>/dev/null
[ -f ${PREFIX}/etc/wine.conf ] \
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index d5ab4771f754..c94186246415 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Oct 6 23:43:28 MET 1995
# Whom: se
#
-# $Id: Makefile,v 1.10 1995/10/05 20:50:32 hsu Exp $
+# $Id: Makefile,v 1.11 1995/10/07 00:25:10 se Exp $
#
DATE= 951003
@@ -27,7 +27,7 @@ pre-configure:
@echo "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
>> ${WRKSRC}/autoconf.h
-install:
+do-install:
install -cs ${WRKSRC}/wine ${PREFIX}/bin
-@mkdir ${PREFIX}/etc 2>/dev/null
[ -f ${PREFIX}/etc/wine.conf ] \