On 12 March 2011 18:18, J. Hellenthal <jh...@dataix.net> wrote: > In any case would you mind adding a variable to the Makefile then ? > > SAMBA_PORT = ${SAMBA_LIBSMBPORT:=samba34} >
Translated from sh to Mk: .if defined (SAMBA_LIBSMBPORT) SAMBA_PORT= ${SAMBA_LIBSMBPORT} .else SAMBA_PORT= samba34 .endif Not that I think it's a good idea, but just pointing out how make differs from sh. Chris _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"