aboutsummaryrefslogtreecommitdiff
path: root/astro/sscalc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 20:18:05 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 20:18:05 +0000
commit92d9f8b89ddeadcf0843749fad5c764af0ceb4e1 (patch)
treea6ff6b0c9f83cec367f6f3926f2bec01d392095c /astro/sscalc
parent654093c5478a0b3348d498344a78e1553880196b (diff)
downloadports-92d9f8b89ddeadcf0843749fad5c764af0ceb4e1.tar.gz
ports-92d9f8b89ddeadcf0843749fad5c764af0ceb4e1.zip
Reduce unecessary bsd.port.options.mk inclusion.
Notes
Notes: svn path=/head/; revision=360454
Diffstat (limited to 'astro/sscalc')
-rw-r--r--astro/sscalc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/astro/sscalc/Makefile b/astro/sscalc/Makefile
index 4af1a2a567b3..1b2d797a4a87 100644
--- a/astro/sscalc/Makefile
+++ b/astro/sscalc/Makefile
@@ -11,8 +11,6 @@ COMMENT= Sunrise and sunset time calculator
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
pre-fetch:
.if !defined(LAT)
@${ECHO_MSG} "Type \"make LAT=<nnn.nn> LON=<nnn.nn>\" to hardwire your site"
@@ -23,10 +21,8 @@ pre-fetch:
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/sscalc ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/sscalc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/cities.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>