diff options
author | Stefan Eßer <se@FreeBSD.org> | 1996-10-29 19:08:30 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1996-10-29 19:08:30 +0000 |
commit | 035b1500479870755dc0f66cd7b555c611fa9bcf (patch) | |
tree | 2bf2550b9b35616d31759fb432774f6f6f30c0aa /emulators/wine-devel/Makefile | |
parent | The distribution archive was changed again. (diff) |
Upgrade to October 23th, 1996 version of Wine.
Diffstat (limited to 'emulators/wine-devel/Makefile')
-rw-r--r-- | emulators/wine-devel/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 55f8c7a0462e..3aa899889a42 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,12 +3,12 @@ # Date created: Tue Oct 1 19:48:32 MET 1996 # Whom: se # -# $Id: Makefile,v 1.30 1996/08/26 21:24:25 se Exp $ +# $Id: Makefile,v 1.31 1996/10/01 18:04:18 se Exp $ # -DATE= 960928 +DATE= 961023 DISTNAME= Wine-${DATE} -PKGNAME= wine-96.09.28 +PKGNAME= wine-96.10.23 CATEGORIES+= emulators x11 MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \ ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \ @@ -27,6 +27,9 @@ pre-configure: @echo "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ >> ${WRKSRC}/autoconf.h +post-configure: + cd ${WRKSRC} && make depend + do-install: install -c ${WRKSRC}/wine ${PREFIX}/bin -@mkdir ${PREFIX}/etc 2>/dev/null |