diff options
author | maho <maho@FreeBSD.org> | 2003-07-25 21:19:09 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-25 21:19:09 +0000 |
commit | 354f9374ed21a2e2e1f2a52885ea97d96737ceed (patch) | |
tree | 2bd27739a51fa82fe47af02440b276ffe5d42e44 /biology | |
parent | d4d5c0f5e2daea8502148e40a7a9f1ad037b6b0b (diff) | |
download | FreeBSD-ports-354f9374ed21a2e2e1f2a52885ea97d96737ceed.zip FreeBSD-ports-354f9374ed21a2e2e1f2a52885ea97d96737ceed.tar.gz |
Duplicated the `pre-extract:' and `post-build:'
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Pointy hat to: myself
Diffstat (limited to 'biology')
-rw-r--r-- | biology/tinker/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile index e37ce9a..528d642 100644 --- a/biology/tinker/Makefile +++ b/biology/tinker/Makefile @@ -42,12 +42,6 @@ USE_XLIB= yes post-build: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer .else -pre-extract: - @${ECHO} "" - @${ECHO} If you would like to also build - @${ECHO} the molecular viewer, define WITH_VIEWER. - @${ECHO} "" -.endif .if defined(WITH_OPTIMIZED_FLAGS) FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations @@ -61,9 +55,6 @@ pre-everything:: @${ECHO_MSG} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." .endif -post-build: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer - pre-extract: @${ECHO} "" @${ECHO} If you would like to also build |