diff options
author | linimon <linimon@FreeBSD.org> | 2007-06-29 16:34:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-06-29 16:34:21 +0800 |
commit | ba1112f20161fbec2fe62251ae314e2f79e25199 (patch) | |
tree | 54dc2673b19d2a247fb5e4dec8387183cd52ad66 | |
parent | 661ec39abcb2b326f0343d651f1c231dcef6b579 (diff) | |
download | freebsd-ports-gnome-ba1112f20161fbec2fe62251ae314e2f79e25199.tar.gz freebsd-ports-gnome-ba1112f20161fbec2fe62251ae314e2f79e25199.tar.zst freebsd-ports-gnome-ba1112f20161fbec2fe62251ae314e2f79e25199.zip |
Mark as deprecated on all supported versions of FreeBSD; is already
included in base.
Hat: portmgr
-rw-r--r-- | sysutils/cd9660_unicode/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/cd9660_unicode/Makefile b/sysutils/cd9660_unicode/Makefile index cf2a03af4bf8..943dc8e00c9a 100644 --- a/sysutils/cd9660_unicode/Makefile +++ b/sysutils/cd9660_unicode/Makefile @@ -7,13 +7,16 @@ PORTNAME= cd9660_unicode PORTVERSION= 1.0 -CATEGORIES= sysutils +CATEGORIES= sysutils kld MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org COMMENT= A kernel driver for reading CD disks with non-English filenames +DEPRECATED= is obsolete. See mount_cd9660(8) +EXPIRATION_DATE= 2007-08-29 + NO_PACKAGE= Should be in sync with the kernel to work correctly SRCPREFIX?= /usr/src @@ -31,10 +34,6 @@ IGNORE= "your FreeBSD version is not supported. Please update to the latest ver .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501109 -IGNORE= is obsolete. See mount_cd9660(8) -.endif - pre-everything:: @if [ ! -d /sys -o ! -d ${SRCPREFIX}/sys ]; then \ ${ECHO_MSG} "****************************************" ; \ |