diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-01 17:15:56 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-01 17:15:56 +0000 |
commit | c1ad3393b54e464862427505f31dbc0e59fb5303 (patch) | |
tree | 7d3a5117cb7e070a2c1f0f1c95a4a52dc5c935ad /emulators/xmess/Makefile | |
parent | Add WWW (diff) |
Update xmame to 0.37b13.1
- Assign maintainership to Stijn Hoop, due to current maintainers timeouts.
- Don't symlink /usr/X11R6/etc/xmamerc to avoid bento warning
- Update CPS2 patch version to latest release
- Rename wpcmame glue in xmame makefile to pinmame
Submitted by: Stijn Hoop <stijn@win.tue.nl>
PR: 26217
Diffstat (limited to 'emulators/xmess/Makefile')
-rw-r--r-- | emulators/xmess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 5ea93fc65bff..201739ac55bd 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -8,9 +8,10 @@ PORTNAME= xmess PORTVERSION= 0.37b12.1 -MAINTAINER= nox@jelal.kn-bremen.de +MAINTAINER= stijn@win.tue.nl MASTERDIR= ${.CURDIR}/../xmame +PATCHDIR= ${.CURDIR}/files COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr |