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 | |
parent | 57d03dd7d6a5aebd27e68546a4e2d055da68c3fa (diff) | |
download | ports-035b1500479870755dc0f66cd7b555c611fa9bcf.tar.gz ports-035b1500479870755dc0f66cd7b555c611fa9bcf.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 9 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 9 | ||||
-rw-r--r-- | emulators/wine/distinfo | 2 |
4 files changed, 14 insertions, 8 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 diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index d671592d97f6..b7679db8b969 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1 +1 @@ -MD5 (Wine-960928.tar.gz) = 7063aa1007670451e64e4bedc9454188 +MD5 (Wine-961023.tar.gz) = 7b2a282a1012aa68ad8a17de6978c0cf diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 55f8c7a0462e..3aa899889a42 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/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 diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index d671592d97f6..b7679db8b969 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1 +1 @@ -MD5 (Wine-960928.tar.gz) = 7063aa1007670451e64e4bedc9454188 +MD5 (Wine-961023.tar.gz) = 7b2a282a1012aa68ad8a17de6978c0cf |