aboutsummaryrefslogtreecommitdiff
path: root/astro/pp3
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/pp3
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/pp3')
-rw-r--r--astro/pp3/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/astro/pp3/Makefile b/astro/pp3/Makefile
index 7d53b844b43e..de164c498a52 100644
--- a/astro/pp3/Makefile
+++ b/astro/pp3/Makefile
@@ -15,8 +15,6 @@ USE_TEX= latex
OPTIONS_DEFINE= DOCS EXAMPLES
-.include <bsd.port.options.mk>
-
do-build:
(cd ${WRKSRC} \
&& ${CXX} ${CXXFLAGS} -DPP3DATA=\"${DATADIR}\" pp3.cc -o pp3)