Obtained from: http://lists.freebsd.org/pipermail/freebsd-ports/2006-February/029594.html Approved by: erwin (portmgr)
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# $FreeBSD: www/en/portmgr/Makefile,v 1.2 2005/12/15 01:10:43 linimon 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_releng_4.sgml
|
|
DOCS+= qa.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|