diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 06:34:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-16 06:34:02 +0000 |
commit | f675fbac7d05e345a1331cb44d25ffd32e845b2d (patch) | |
tree | 26478beb6dc91de39d84eae0477ee12b59987804 | |
parent | 107ceb64cfcd368acc25de97733a2508b7bb9560 (diff) | |
download | ports-f675fbac7d05e345a1331cb44d25ffd32e845b2d.tar.gz ports-f675fbac7d05e345a1331cb44d25ffd32e845b2d.zip |
Notes
-rw-r--r-- | japanese/xvi-euc/Makefile | 3 | ||||
-rw-r--r-- | japanese/xvi-sjis/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/japanese/xvi-euc/Makefile b/japanese/xvi-euc/Makefile index 23d97aa15ee5..9599d4247daf 100644 --- a/japanese/xvi-euc/Makefile +++ b/japanese/xvi-euc/Makefile @@ -10,6 +10,9 @@ PKGNAMESUFFIX= -euc MAINTAINER= ports@FreeBSD.org COMMENT= A portable multi-window 'vi', handles Japanese EUC +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-08-01 + MASTERDIR= ${.CURDIR}/../xvi-euc PLIST= ${.CURDIR}/pkg-plist diff --git a/japanese/xvi-sjis/Makefile b/japanese/xvi-sjis/Makefile index 68d8db48c5c7..a1f84778ca59 100644 --- a/japanese/xvi-sjis/Makefile +++ b/japanese/xvi-sjis/Makefile @@ -10,6 +10,9 @@ PKGNAMESUFFIX= -sjis MAINTAINER= ports@FreeBSD.org COMMENT= A portable multi-window 'vi', handles Japanese SJIS +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-08-01 + MASTERDIR= ${.CURDIR}/../xvi-euc PATCHDIR= ${.CURDIR}/files |