diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-14 14:46:39 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-14 14:46:39 +0800 |
commit | 62fad3bfcc0a499e11da81f9880b3284ab7df8fe (patch) | |
tree | 9e2be772953a0aefc16b05bdeffbd691f8f1ee69 /chinese | |
parent | 733f2bc40e429dac19fabecae579212b541d9293 (diff) | |
download | freebsd-ports-gnome-62fad3bfcc0a499e11da81f9880b3284ab7df8fe.tar.gz freebsd-ports-gnome-62fad3bfcc0a499e11da81f9880b3284ab7df8fe.tar.zst freebsd-ports-gnome-62fad3bfcc0a499e11da81f9880b3284ab7df8fe.zip |
- It has been marked as IGNORE on 5.x and above for more than 3 years.
Schedule to remove in one month.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5fs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/big5fs/Makefile b/chinese/big5fs/Makefile index 42f6990c22ef..506513e6087a 100644 --- a/chinese/big5fs/Makefile +++ b/chinese/big5fs/Makefile @@ -20,6 +20,9 @@ KMODDIR= ${TARGETDIR}/modules PLIST_SUB= MSDOSFSKO=${MSDOSFSKO} NO_WRKSUBDIR= yes +DEPRECATED= Use mount_cd9660(8), mount_msdosfs(8), or mount_ntfs(8) instead +EXPIRATION_DATE= 2007-03-14 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 && ${OSVERSION} < 501109 |