diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-01-18 00:49:03 +0800 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-01-18 00:49:03 +0800 |
commit | 534e960d68eea09f491cf0226196cb5c771dd0f4 (patch) | |
tree | f3f2a9c4b637caae5b1b79941f4671980723b881 /biology | |
parent | 029fa18f2af4c689e353199d24a99f0b91808159 (diff) | |
download | freebsd-ports-gnome-534e960d68eea09f491cf0226196cb5c771dd0f4.tar.gz freebsd-ports-gnome-534e960d68eea09f491cf0226196cb5c771dd0f4.tar.zst freebsd-ports-gnome-534e960d68eea09f491cf0226196cb5c771dd0f4.zip |
biology/muscle: unbreak in -CURRENT
Don't compile problematic (and unnecessary) file.
PR: 243206
Submitted by: mzaki@e-mail.ne.jp (maintainer)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/muscle/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/muscle/Makefile b/biology/muscle/Makefile index 294e78ab55ac..8be02cad08c4 100644 --- a/biology/muscle/Makefile +++ b/biology/muscle/Makefile @@ -18,6 +18,9 @@ DOS2UNIX_GLOB= *.cpp PLIST_FILES= bin/muscle +post-patch: + ${MV} ${WRKSRC}/subfams.cpp ${WRKSRC}/subfams.cpp.not_to_be_compiled + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/muscle ${STAGEDIR}${PREFIX}/bin |