diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:50:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:50:50 +0000 |
commit | 3b82ca97956c55b48a21bdb0f83d8ccf48188ad1 (patch) | |
tree | 4b4e00611e15a2cd99e86900dde862d50c56627f /biology | |
parent | 281fdcd544764e5828eb1107afacc59ea6f5bacd (diff) | |
download | ports-3b82ca97956c55b48a21bdb0f83d8ccf48188ad1.tar.gz ports-3b82ca97956c55b48a21bdb0f83d8ccf48188ad1.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/libsbml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index 11a3544135de..9df43949a9bf 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> |