diff options
author | vd <vd@FreeBSD.org> | 2006-12-14 15:34:40 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-12-14 15:34:40 +0800 |
commit | 04a689bde32db58b22fad05d3a8e88a34b81799a (patch) | |
tree | 483c94ae24e817a3936445c2872d223eb96f45ea /emulators | |
parent | 08d2edd5afa7fd6ae1b67b4a250fac799b8f0c51 (diff) | |
download | freebsd-ports-gnome-04a689bde32db58b22fad05d3a8e88a34b81799a.tar.gz freebsd-ports-gnome-04a689bde32db58b22fad05d3a8e88a34b81799a.tar.zst freebsd-ports-gnome-04a689bde32db58b22fad05d3a8e88a34b81799a.zip |
Cure emulators/xmess by fixing deinstallation problem
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 2 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 2 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 5 |
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" |