diff options
author | se <se@FreeBSD.org> | 1997-08-10 17:06:45 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1997-08-10 17:06:45 +0800 |
commit | e1fb0464f12d45ea3f5c5ac9c235500b0d652242 (patch) | |
tree | 0fb77bfbaebc1bcd00f1a24553f5c387639f7a90 /emulators/wine | |
parent | b2a06232f25f84bdce876d6509acd11272efb833 (diff) | |
download | freebsd-ports-gnome-e1fb0464f12d45ea3f5c5ac9c235500b0d652242.tar.gz freebsd-ports-gnome-e1fb0464f12d45ea3f5c5ac9c235500b0d652242.tar.zst freebsd-ports-gnome-e1fb0464f12d45ea3f5c5ac9c235500b0d652242.zip |
Upgrade to August 4, 1997 version of Wine.
Fix LIB_DEPENDS line, which had been commented out by accident.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d19f83396c1f..578128ca58c4 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,19 +3,19 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.48 1997/07/02 14:12:37 se Exp $ +# $Id: Makefile,v 1.49 1997/07/22 21:35:35 se Exp $ # -DATE= 970720 +DATE= 970804 DISTNAME= Wine-${DATE} -PKGNAME= wine-97.07.20 +PKGNAME= wine-97.08.04 CATEGORIES= emulators x11 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development MAINTAINER= se@FreeBSD.ORG -#LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/wine${DATE} GNU_CONFIGURE= yes @@ -34,6 +34,6 @@ do-install: [ -f ${PREFIX}/etc/wine.conf ] \ || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf cp ${WRKSRC}/wine.sym ${PREFIX}/etc - cp ${WRKSRC}/wine.man ${PREFIX}/man/man1/wine.1 + cp ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 .include <bsd.port.mk> |