diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-16 15:28:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-16 15:28:06 +0800 |
commit | 3f03dfe8dca35bd75dc402f37d6056b2c23c6db2 (patch) | |
tree | e9c84733bfed2db4be056666ac077ea7c6b1886f /editors/nvi-m17n | |
parent | 36013156574bacaec4cd047c4033fc4240138477 (diff) | |
download | freebsd-ports-gnome-3f03dfe8dca35bd75dc402f37d6056b2c23c6db2.tar.gz freebsd-ports-gnome-3f03dfe8dca35bd75dc402f37d6056b2c23c6db2.tar.zst freebsd-ports-gnome-3f03dfe8dca35bd75dc402f37d6056b2c23c6db2.zip |
Deprecate unmaintained ports from editors where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r-- | editors/nvi-m17n/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index f429e2ceeb1e..7c743893f50c 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -20,6 +20,9 @@ PATCHFILES= nvi-1.79.m17n-20040401.diff.gz MAINTAINER?= ports@FreeBSD.org COMMENT?= A clone of vi/ex, with multilingual patch, no default settings +DEPRECATED= Distfile is no more available +EXPIRATION_DATE= 2011-05-01 + PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0 -f WRKSRC= ${WRKDIR}/${DISTNAME}/build |