diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-14 06:45:34 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-14 06:45:34 +0000 |
commit | eec9fccaa7de8a369e1fffb032ea27dda6f37470 (patch) | |
tree | 2f7c53ec4c7b2bf8878eb097b3a8800001d71c4f /chinese | |
parent | 92c43cff3f4a592c96dde6e1f1cd2dc7d0ba74ad (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gbfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chinese/gbfs/Makefile b/chinese/gbfs/Makefile index 7a097c503ed2..7a39eaaaf645 100644 --- a/chinese/gbfs/Makefile +++ b/chinese/gbfs/Makefile @@ -20,6 +20,9 @@ KMODDIR= ${PREFIX}/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 |