aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-01-16 22:44:36 +0800
committerse <se@FreeBSD.org>1996-01-16 22:44:36 +0800
commitf62c479d180db6070641d804b77b618a40691208 (patch)
tree178673d64e3643fe7d5e8e897b8f7c8deb0aec33 /emulators/wine
parentaf4a66527c67c6493e4425bf47e0fff73e631998 (diff)
downloadfreebsd-ports-gnome-f62c479d180db6070641d804b77b618a40691208.tar.gz
freebsd-ports-gnome-f62c479d180db6070641d804b77b618a40691208.tar.zst
freebsd-ports-gnome-f62c479d180db6070641d804b77b618a40691208.zip
Update to 14. Jan. 1996 version.
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile8
1 files changed, 4 insertions, 4 deletions
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>