- trim historical header
- adopt optionsNG for DOCS
This commit is contained in:
parent
1df10f0c3c
commit
ed1ba2843f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310119
1 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue