aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 06:50:50 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 06:50:50 +0800
commitea642e402353e46d9a61f912051af479179aeb2d (patch)
tree4b4e00611e15a2cd99e86900dde862d50c56627f /biology
parent1c12a224a89cd8a0b587f661012414b38060782a (diff)
downloadfreebsd-ports-graphics-ea642e402353e46d9a61f912051af479179aeb2d.tar.gz
freebsd-ports-graphics-ea642e402353e46d9a61f912051af479179aeb2d.tar.zst
freebsd-ports-graphics-ea642e402353e46d9a61f912051af479179aeb2d.zip
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'biology')
-rw-r--r--biology/libsbml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile
index 11a3544135d..9df43949a9b 100644
--- a/biology/libsbml/Makefile
+++ b/biology/libsbml/Makefile
@@ -24,7 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
-.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYTHON}
@@ -57,4 +56,4 @@ post-install:
&& ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/\{} \; \
&& ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${EXAMPLESDIR}/\{} \;
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>