diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-18 22:23:26 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-18 22:23:26 +0000 |
commit | 26507006774cb1ec622c64b2febd255a78e3af7e (patch) | |
tree | 99c3e1ad6fbe0d6aa93055b3d61df5b56cdfc5e5 /emulators | |
parent | Take over linuxthreads port maintainership. (diff) |
Update to version 0.37b11.2
Notes
Notes:
svn path=/head/; revision=38472
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 2 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 2 | ||||
-rw-r--r-- | emulators/xmame/files/patch-aj | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 660928395e27..754c9e22402a 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmame -PORTVERSION= 0.37b11.1 +PORTVERSION= 0.37b11.2 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ ftp://ftp.kaupp.cx/pub/xmame/ \ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index 3779f62c072c..09f36bc8877d 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1 +1 @@ -MD5 (xmame-0.37b11.1.tar.bz2) = 0f787c2770383f654a4a6b8b849019b5 +MD5 (xmame-0.37b11.2.tar.bz2) = 723caaa67908860b952f9df6e3744b05 diff --git a/emulators/xmame/files/patch-aj b/emulators/xmame/files/patch-aj deleted file mode 100644 index 6baace6b53e6..000000000000 --- a/emulators/xmame/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- src/unix/unix.mak.orig Sun Nov 5 16:12:08 2000 -+++ src/unix/unix.mak Sun Nov 5 16:12:17 2000 -@@ -309,7 +309,7 @@ - install-man: - @echo installing manual pages under $(MANDIR) ... - -mkdir $(MANDIR) -- $(INSTALL) doc/xmame.man $(MANDIR)/xmame.6 -+ $(INSTALL) doc/xmame.6 $(MANDIR)/xmame.6 - - doinstall: - @echo installing binaries under $(DESTDIR)... |