diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-01-16 19:06:11 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-01-16 19:06:11 +0000 |
commit | 3fc1c8dae9339bf1df99fd3bd30408c70c1ed7c3 (patch) | |
tree | ecf89af5a4a0dd4e382361ed36bbacfa92302985 /textproc | |
parent | da03fa1645f86f95aa86daf5a24c5bf68b6e72b3 (diff) | |
download | ports-3fc1c8dae9339bf1df99fd3bd30408c70c1ed7c3.tar.gz ports-3fc1c8dae9339bf1df99fd3bd30408c70c1ed7c3.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/unrtf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 68d89269cebf..36fdaedef2f7 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -14,6 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A converter from RTF to several formats, including HTML and LaTeX +FORBIDDEN= http://vuxml.FreeBSD.org/f2d5e56e-67eb-11d9-a9e7-0001020eed82.html +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE=2005-02-16 + USE_REINPLACE= yes ALL_TARGET= unrtf |