aboutsummaryrefslogtreecommitdiffstats
path: root/astro/sscalc/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 04:18:05 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 04:18:05 +0800
commitf8473fc44d4a0389299091429f5719e7e96f12ce (patch)
treea6ff6b0c9f83cec367f6f3926f2bec01d392095c /astro/sscalc/Makefile
parent67b8d601c828770bce4f61e4b6a64a2bbb1e95e6 (diff)
downloadfreebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.tar.gz
freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.tar.zst
freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.zip
Reduce unecessary bsd.port.options.mk inclusion.
Diffstat (limited to 'astro/sscalc/Makefile')
-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>