On 4/18/07 9:32 PM, Avi Drissman wrote:
Command output: /bin/sh: line 1: d: command not found
/bin/sh: line 1: --lang=en: command not found

That's our clue... So we cd to "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_aspell-dict-en/work/aspell6-en-6.0-0", and take a look at the Makefile:

.cwl.rws:
${PREZIP} -d < $< | ${ASPELL} ${ASPELL_FLAGS} --lang=en create master ./$@

Nice. So what are the definitions of those variables?

ASPELL =
ASPELL_FLAGS =
PREZIP =
DESTDIR =

Er.... What's with them not getting set properly?

Avi

--
Avi Drissman                                          [EMAIL PROTECTED]
+--------------------------------------------------------------------+
                      http://avi.drissman.com/
              Argh! My mail server is trunca

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to