diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-14 07:34:40 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-14 07:34:40 +0000 |
commit | cf14ca92694d372b242ba5b55f9589984c50ef07 (patch) | |
tree | e1ef108c9e35d4cfd610b5dead756a4ee008e3e6 /emulators/xmess | |
parent | a2e19c693314ebdea777e71ef4e66f39d084e605 (diff) | |
download | ports-cf14ca92694d372b242ba5b55f9589984c50ef07.tar.gz ports-cf14ca92694d372b242ba5b55f9589984c50ef07.zip |
Notes
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" |