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-devel | |
parent | 3eb86b28c2022ae92c65a464662b120380c5257e (diff) |
Notes
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 12 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 578128ca58c4..3dfc78308173 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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-devel/distinfo b/emulators/wine-devel/distinfo index db1708c9032c..04a12f9bea5a 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1 +1 @@ -MD5 (Wine-970804.tar.gz) = 14cdf0f396d7e1da83677ad9ce16e42f +MD5 (Wine-970824.tar.gz) = 8b6bcf60aea4b89417b44d11d4881d39 |