Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS

Trim headers
This commit is contained in:
Baptiste Daroussin 2012-12-31 14:17:15 +00:00
parent a6eb554178
commit 93c851b883
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309749

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: sscalc
# Date created: Wed Nov 29 15:08:00 PST 2000
# Whom: Keith Walker <kew@icehouse.net>
#
# Created by: Keith Walker <kew@icehouse.net>
# $FreeBSD$
#
PORTNAME= sscalc
PORTVERSION= 1.0
@ -15,6 +11,8 @@ COMMENT= A sunrise/sunset time calculator
MAN1= sscalc.1
.include <bsd.port.options.mk>
pre-fetch:
.if !defined(LAT)
@${ECHO_MSG} "Type \"make LAT=<nnn.nn> LON=<nnn.nn>\" to hardwire your site"
@ -25,7 +23,7 @@ pre-fetch:
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/sscalc ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/sscalc.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/cities.txt ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}