- trim historical header

- adopt optionsNG for DOCS
This commit is contained in:
Jason Helfman 2013-01-09 00:57:11 +00:00
parent 1df10f0c3c
commit ed1ba2843f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310119

View file

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: foo
# Date created: Mon Feb 03, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
#
PORTNAME= muttzilla
PORTVERSION= 0.40
@ -20,8 +15,10 @@ pre-configure:
${WRKSRC}/muttzilla.h ${WRKSRC}/mzmail.sh ${WRKSRC}/mzmail.py \
${WRKSRC}/mznews.sh ${WRKSRC}/mznews.py
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif