aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-10 15:21:33 +0800
committerasami <asami@FreeBSD.org>1995-10-10 15:21:33 +0800
commit821ee3301107d98ccf427161180b662e5aad02b6 (patch)
tree25c322783c72a7e335f4c7143f95eb8758518abd /emulators/wine
parentebddf266c68e120df528e4d0558b2687c91238df (diff)
downloadfreebsd-ports-gnome-821ee3301107d98ccf427161180b662e5aad02b6.tar.gz
freebsd-ports-gnome-821ee3301107d98ccf427161180b662e5aad02b6.tar.zst
freebsd-ports-gnome-821ee3301107d98ccf427161180b662e5aad02b6.zip
"install:" -> "do-install:"
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile4
1 files changed, 2 insertions, 2 deletions
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 ] \