aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-12-14 07:34:40 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-12-14 07:34:40 +0000
commitcf14ca92694d372b242ba5b55f9589984c50ef07 (patch)
treee1ef108c9e35d4cfd610b5dead756a4ee008e3e6 /emulators
parenta2e19c693314ebdea777e71ef4e66f39d084e605 (diff)
downloadports-cf14ca92694d372b242ba5b55f9589984c50ef07.tar.gz
ports-cf14ca92694d372b242ba5b55f9589984c50ef07.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile2
-rw-r--r--emulators/xmame/pkg-plist2
-rw-r--r--emulators/xmess/Makefile5
3 files changed, 3 insertions, 6 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 85d2879e4b19..79df441a4bb9 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= xmame
PORTVERSION?= 0.106
-PORTREVISION= 1
+PORTREVISION?= 1
CATEGORIES= emulators
MASTER_SITES= http://www.franksworld.org/dist/xmame/:xmame \
http://x.mame.net/download/:xmame \
diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist
index ee5a043890ce..faf7b6890798 100644
--- a/emulators/xmame/pkg-plist
+++ b/emulators/xmame/pkg-plist
@@ -1,6 +1,6 @@
bin/%%MAMEMESS%%
%%MAMEONLY%%bin/xml2info
-%%MAMEONLY%%bin/chdman
+bin/chdman
%%MAMEONLY%%bin/romcmp
%%MESSONLY%%bin/imgtool
%%MESSONLY%%bin/dat2html
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 2c284f69ce5f..168768b31a2b 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -6,6 +6,7 @@
#
PORTNAME= xmess
+PORTREVISION= 2
MAINTAINER= mmendez@energyhq.be
COMMENT= X11 emulator for game consoles
@@ -15,8 +16,4 @@ DESCR= ${.CURDIR}/pkg-descr
MAMEMESS= mess
-BROKEN= leaves a file behind on deinstall
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
.include "${MASTERDIR}/Makefile"