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/xmess | |
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/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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" |