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/xmame | |
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/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 2 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 2 |
2 files changed, 2 insertions, 2 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 |