aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-11-10 14:51:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-11-10 14:51:56 +0000
commitb8fd717fadd78e3130807be9f15be147fa3994d7 (patch)
treebf5cea26779fa9bdb0f60ebf6fb2394036436e63
parent52d25a510480d27051efa4954c5fd083f2b6dd4c (diff)
downloadports-b8fd717fadd78e3130807be9f15be147fa3994d7.tar.gz
ports-b8fd717fadd78e3130807be9f15be147fa3994d7.zip
Notes
-rw-r--r--biology/adun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/adun/Makefile b/biology/adun/Makefile
index 20bc9d3a6a78..c78b7e7681d9 100644
--- a/biology/adun/Makefile
+++ b/biology/adun/Makefile
@@ -27,8 +27,8 @@ MAKEFILE= GNUmakefile
NO_FILTER_SHLIBS= yes
post-patch:
- ${CP} ${WRKSRC}/MolTalk/Defs/Linux_i686.def \
- ${WRKSRC}/MolTalk/Defs/i386.def
+ ${REINPLACE_CMD} -e 's|include Defs/|-include Defs/|' \
+ ${WRKSRC}/MolTalk/GNUmakefile.preamble
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/Tools/GNUmakefile \
${WRKSRC}/Tools/ResultsConverter/GNUmakefile \