diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-10 07:21:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-10 07:21:33 +0000 |
commit | 80c8ff3a40c578b09d9dffc1529abba930789685 (patch) | |
tree | 55953bde7c1a745f972a54826618f4b9b1f56d36 /emulators | |
parent | 2866850a16229af41ae950d48e6e646806f07abc (diff) | |
download | ports-80c8ff3a40c578b09d9dffc1529abba930789685.tar.gz ports-80c8ff3a40c578b09d9dffc1529abba930789685.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
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 ] \ |