diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-01-13 14:52:12 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-01-13 14:52:12 +0000 |
commit | f4ace6775a5277553d1772fe6e257c4bf9523078 (patch) | |
tree | d73c09da3d04048c7b1a665fed8bb6b2100517c9 /print/pcal | |
parent | Mark DEPRECATED and set 1 month expiration date due to unresolved (diff) |
Mark DEPRECATED and set 1 month expiration date due to unresolved
security issues and no maintainer.
VuXML: http://vuxml.FreeBSD.org/58fc2752-5f74-11d9-a9e7-0001020eed82.html
Approved by: erwin (mentor)
Notes
Notes:
svn path=/head/; revision=126317
Diffstat (limited to 'print/pcal')
-rw-r--r-- | print/pcal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/pcal/Makefile b/print/pcal/Makefile index 29268c66d73b..ea2d54126b46 100644 --- a/print/pcal/Makefile +++ b/print/pcal/Makefile @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= PostScript calendar program +DEPRECATED= http://vuxml.FreeBSD.org/58fc2752-5f74-11d9-a9e7-0001020eed82.html +EXPIRATION_DATE=2005-02-13 + USE_REINPLACE= yes MAKE_ENV= CC="${CC}" HOST_CC="${CC}" PAPERSIZE="${PAPERSIZE}" ALL_TARGET= pcal |