diff options
author | kris <kris@FreeBSD.org> | 2007-01-20 09:45:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-20 09:45:19 +0800 |
commit | 0b1ada1bc364239caa1b3069e87f3aa16872437f (patch) | |
tree | 015946010acd0f1735fc005f3f3d3fa0919cf0b9 /textproc | |
parent | 20215d800ead00b085228e7530297842fd5bd1eb (diff) | |
download | freebsd-ports-gnome-0b1ada1bc364239caa1b3069e87f3aa16872437f.tar.gz freebsd-ports-gnome-0b1ada1bc364239caa1b3069e87f3aa16872437f.tar.zst freebsd-ports-gnome-0b1ada1bc364239caa1b3069e87f3aa16872437f.zip |
Previous commit did not in fact fix the plist issue, so redeprecate with
expiry on 2007-02-01 to give maintainer one last chance to address the
problems.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-LaTeX/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Pod-LaTeX/Makefile b/textproc/p5-Pod-LaTeX/Makefile index de124f6943c9..b80d7c149c65 100644 --- a/textproc/p5-Pod-LaTeX/Makefile +++ b/textproc/p5-Pod-LaTeX/Makefile @@ -15,6 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= paul@aps.org COMMENT= Convert Pod to LaTeX +BROKEN= Incorrect pkg-plist +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2007-02-01 + PERL_CONFIGURE= yes MAN1= pod2latex.1 |