summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-31 14:17:15 +0000
committerbapt <bapt@FreeBSD.org>2012-12-31 14:17:15 +0000
commit25780096cd8720748ca0808ad2016aaece89104f (patch)
tree714f8e7e5d920c6866d41772b0241dad4c54ab12
parentf5ff2876d43533f8b1d7fa5fa6d6886c7b233778 (diff)
downloadFreeBSD-ports-25780096cd8720748ca0808ad2016aaece89104f.zip
FreeBSD-ports-25780096cd8720748ca0808ad2016aaece89104f.tar.gz
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
Trim headers
-rw-r--r--astro/sscalc/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/astro/sscalc/Makefile b/astro/sscalc/Makefile
index 80ddf16..84b75d4 100644
--- a/astro/sscalc/Makefile
+++ b/astro/sscalc/Makefile
@@ -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}
OpenPOWER on IntegriCloud