diff options
author | nork <nork@FreeBSD.org> | 2004-03-01 01:02:55 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-03-01 01:02:55 +0800 |
commit | d38161b221317e97a87e42083b2d21a4bce9f4b8 (patch) | |
tree | c8bed2b10430ad293cf02ca5bbe6ba3bed713b96 /www | |
parent | 7e7bf78835674abf234de621aa9b1f83a4e219b8 (diff) | |
download | freebsd-ports-gnome-d38161b221317e97a87e42083b2d21a4bce9f4b8.tar.gz freebsd-ports-gnome-d38161b221317e97a87e42083b2d21a4bce9f4b8.tar.zst freebsd-ports-gnome-d38161b221317e97a87e42083b2d21a4bce9f4b8.zip |
Remove EXPIRATION_DATE and IGNORE.
Submitted by: adamw and many people
Diffstat (limited to 'www')
-rw-r--r-- | www/flashpluginwrapper/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/flashpluginwrapper/Makefile b/www/flashpluginwrapper/Makefile index 31a6cd30a9d9..9dcd3b19bed9 100644 --- a/www/flashpluginwrapper/Makefile +++ b/www/flashpluginwrapper/Makefile @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= petef MAINTAINER= nork@FreeBSD.org COMMENT= A wrapper allowing use of linux-flashplugin with native mozilla -DEPRECATED= "maintainer says to deprecate" -EXPIRATION_DATE= "March 09, 2004" +DEPRECATED= "Please use www/linuxpluginwrapper. This port should be obsoleted. But, I know many people which cannot upgrade by any reason. So I won't remove this." RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin @@ -25,7 +24,6 @@ ONLY_FOR_ARCHS= i386 PKGMESSAGE= ${WRKDIR}/pkg-message CONFLICTS= linuxpluginwrapper-* -IGNORE= "Please use www/linuxpluginwrapper. This port should be obsoleted. But, if you cannot use that for some reason, please set NO_IGNORE and you can use this." PLIST_FILES= lib/libflashplayer.so.1 post-patch: |