summaryrefslogtreecommitdiffstats
path: root/astro/sscalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/sscalc/Makefile')
-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