diff options
author | se <se@FreeBSD.org> | 1997-08-26 06:00:52 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1997-08-26 06:00:52 +0800 |
commit | e5a8edb9ebc0ea1f1be227696b4cd6ea22c886ae (patch) | |
tree | 51d2b8c4f101996e5c74a9f10ad1cd9119aea37f /emulators/wine | |
parent | 09118ceef35c56df4cfa01087f9e11834c933784 (diff) | |
download | freebsd-ports-gnome-e5a8edb9ebc0ea1f1be227696b4cd6ea22c886ae.tar.gz freebsd-ports-gnome-e5a8edb9ebc0ea1f1be227696b4cd6ea22c886ae.tar.zst freebsd-ports-gnome-e5a8edb9ebc0ea1f1be227696b4cd6ea22c886ae.zip |
Update to 970824 version of Wine.
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 |