diff options
author | Stefan Eßer <se@FreeBSD.org> | 1997-08-25 22:00:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1997-08-25 22:00:52 +0000 |
commit | e731677701f0f7521e4e1d435b7ff5ab2bfcdeb4 (patch) | |
tree | 8085a4399d332083fa5abb7603c89dd37982bb6a /emulators/wine | |
parent | Simplify BUILD_DEPENDS (diff) |
Update to 970824 version of Wine.
Notes
Notes:
svn path=/head/; revision=7689
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 12 | ||||
-rw-r--r-- | emulators/wine/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 578128ca58c4..3dfc78308173 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,12 +3,12 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.49 1997/07/22 21:35:35 se Exp $ +# $Id: Makefile,v 1.50 1997/08/10 09:06:45 se Exp $ # -DATE= 970804 +DATE= 970824 DISTNAME= Wine-${DATE} -PKGNAME= wine-97.08.04 +PKGNAME= wine-97.08.24 CATEGORIES= emulators x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -29,11 +29,11 @@ post-configure: cd ${WRKSRC} && make depend do-install: - install -c ${WRKSRC}/wine ${PREFIX}/bin + ${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin -@${MKDIR} ${PREFIX}/etc 2>/dev/null [ -f ${PREFIX}/etc/wine.conf ] \ || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf - cp ${WRKSRC}/wine.sym ${PREFIX}/etc - cp ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 + ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc + ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 .include <bsd.port.mk> diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index db1708c9032c..04a12f9bea5a 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1 +1 @@ -MD5 (Wine-970804.tar.gz) = 14cdf0f396d7e1da83677ad9ce16e42f +MD5 (Wine-970824.tar.gz) = 8b6bcf60aea4b89417b44d11d4881d39 |