diff options
author | Stefan Eßer <se@FreeBSD.org> | 1996-01-16 14:44:36 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1996-01-16 14:44:36 +0000 |
commit | 20ad7857791d10a3b4ee8890f614eb4c9bc27216 (patch) | |
tree | fcbcbe651511080775e0172ebec25d95880f2b6c /emulators | |
parent | /usr/ports/distfiles -> ${DISTDIR} (diff) |
Update to 14. Jan. 1996 version.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 34f6eeebb365..7e5b4ed824ed 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,12 +3,12 @@ # Date created: Fri Oct 6 23:43:28 MET 1995 # Whom: se # -# $Id: Makefile,v 1.17 1995/11/29 21:38:08 se Exp $ +# $Id: Makefile,v 1.18 1995/12/16 12:50:24 se Exp $ # -DATE= 951212 +DATE= 960114 DISTNAME= Wine-${DATE} -PKGNAME= wine-95.12.12 +PKGNAME= wine-96.01.14 CATEGORIES+= emulators x11 MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \ ftp://aris.com/pub/linux/ALPHA/Wine/development/ \ @@ -33,7 +33,7 @@ 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}/wine.man ${PREFIX}/man/man1/wine.1 gzip -9f ${PREFIX}/man/man1/wine.1 .include <bsd.port.mk> diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 34f6eeebb365..7e5b4ed824ed 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,12 +3,12 @@ # Date created: Fri Oct 6 23:43:28 MET 1995 # Whom: se # -# $Id: Makefile,v 1.17 1995/11/29 21:38:08 se Exp $ +# $Id: Makefile,v 1.18 1995/12/16 12:50:24 se Exp $ # -DATE= 951212 +DATE= 960114 DISTNAME= Wine-${DATE} -PKGNAME= wine-95.12.12 +PKGNAME= wine-96.01.14 CATEGORIES+= emulators x11 MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \ ftp://aris.com/pub/linux/ALPHA/Wine/development/ \ @@ -33,7 +33,7 @@ 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}/wine.man ${PREFIX}/man/man1/wine.1 gzip -9f ${PREFIX}/man/man1/wine.1 .include <bsd.port.mk> |