diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-21 05:43:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-21 05:43:13 +0000 |
commit | 2947c271ea8d1a4aa406abe54ac00a180b4d4e60 (patch) | |
tree | d5be2216568efc607fe4f7353e6f1c87dbc92eb0 /emulators | |
parent | b394bae90ab23b7518bfddb4ff63dbe9ec3d0468 (diff) | |
download | ports-2947c271ea8d1a4aa406abe54ac00a180b4d4e60.tar.gz ports-2947c271ea8d1a4aa406abe54ac00a180b4d4e60.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 2 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 0a4a02d0cf64..1bb8607f22a2 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -17,7 +17,7 @@ DISTNAME= xmame-${XMAMEVERSION:S/.r/-rc/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xmame DIST_SUBDIR= xmame -MAINTAINER?= stijn@win.tue.nl +MAINTAINER?= ports@FreeBSD.org COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) USE_BZIP2= yes diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 1e6328478ec2..50b185d3fe51 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -8,7 +8,7 @@ PORTNAME= xmess PORTVERSION= 0.67.2 -MAINTAINER= stijn@win.tue.nl +MAINTAINER= ports@FreeBSD.org COMMENT= X11 emulator for game consoles MASTERDIR= ${.CURDIR}/../xmame |