doc/en/portmgr/Makefile
Erwin Lansing af0d4cd4f1 Remove the 6.x specific EoL policy and replace it with a general
description of what releases are supported by the ports tree and
for which architectures and branches we provide binary packages.

Reviewed by:	bz (re), simon (so)
Approved by:	portmgr
2011-05-02 12:59:28 +00:00

19 lines
445 B
Makefile

# $FreeBSD: www/en/portmgr/Makefile,v 1.4 2010/09/17 13:29:46 tabthorpe Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= index.sgml
DOCS+= charter.sgml
DOCS+= implementation.sgml
DOCS+= policies.sgml
DOCS+= policies_committing.sgml
DOCS+= policies_contributors.sgml
DOCS+= policies_eol.sgml
DOCS+= qa.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"